/sessions/authorize - Sign in
Authenticates the user in CCMS and opens user session.
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
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.