POST Auth/Login
Login and obtain an Authentication-Token for subsequent method calls
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserSessionDTOName | Description | Type | Additional information |
---|---|---|---|
SessionID | integer |
None. |
|
UserID | integer |
None. |
|
UserHash | string |
None. |
|
UserToken | string |
None. |
|
RefreshToken | string |
None. |
|
ExpiryDateUtc | date |
None. |
|
SessionData | Collection of Object |
None. |
|
AppData | Collection of Object |
None. |
|
Props | Collection of Object |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Expired | boolean |
None. |
|
ExpiresSoon | boolean |
None. |
|
UserName | string |
None. |
|
IsAuthorized | boolean |
None. |
|
Features | Collection of string |
None. |
|
Summary | string |
None. |
|
IsSingleSignOn | boolean |
None. |