Login

Authenticates the user in CCMS.

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

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