Login
Authenticates the user in CCMS.
End-point
| PUT | /sessions/authorize |
Query String Parameters
| Field | Description |
|---|---|
|
Username of the account. |
Request Body
| Field | Type | Description |
|---|---|---|
|
String |
Password of the account |
Possible Responses Statuses
| HTTP Status | Description |
|---|---|
|
200 |
The operation completed successfully. |
Response Body
| Field | Type | Description |
|---|---|---|
|
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.
