/sessions/authorize - Sign in

Authenticates the user in CCMS and opens user session.

End-point

PUT /sessions/authorize

Query String Parameters

FieldDescription

userId

Username of the account

Request Body

FieldTypeDescription

data

String

Password of the account

Possible Responses Statuses

HTTP StatusDescription

200

The operation completed successfully

Response Body

FieldTypeDescription

result

SessionInformation[…]

Session information for the user

Additional Information

Note:

If the username and/or password is invalid or the user account is not defined in the users.xml CCMS configuration, the sign in will return a status of 200 and an error code of -10021.