Session Login Management
The sessions API endpoints support operations to create, read, and delete session resources.
Session request query parameters
| query parameter | Description |
|---|---|
|
A booliean that specifies whether this is an authenticated session. |
|
An array string that lists the account login authorities. |
|
An object that specifies the login credentials. |
|
An object that specifies the session details. |
|
An object that specifies the session principal. |
Session token claims
| Claim | Description |
|---|---|
|
A string that specifies the subject of the session JWT. |
|
A string that audience of the session JWT. |
|
A string that specifies the issuer of the session JWT. |
|
The time and date the session JWT was issued. |
|
The time and date the session JWT expires. |
|
A unique identifier for the JWT. |
|
A list of authorities associated with the session JWT. |
|
The time and date the session was originally issued. |
Response codes
| Code | Message |
|---|---|
200 |
Successful operation. |
201 |
Successfully created. |
204 |
Successfully removed. No content. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request, or your license is exceeded. |
404 |
The requested resource was not found. |
500 |
An unexpected error occurred. |