AccessToken¶
Field | NULL | Description | Note |
---|---|---|---|
token string |
The access token | ||
tenant string (GUID) |
Y | The id of the tenant if available | |
cultureName string |
The language | ||
dateFormat string |
User-selectable date format | ||
systemAdmin boolean |
Whether user is system admin |
Inherited fields:
Expiration¶
Field | NULL | Description | Note |
---|---|---|---|
isExpired boolean |
Is the item expired | ||
notifyDuringDay integer |
Y | The number of days to notify in advance, before the item is expired |
Sample:
{
"token" : "UWmQLI13sORSrN5VLodTxqO9e/yElV4RwRb2K6PzW6l4tYtw7kkbHH2Im9oQNxToVBHCihEIophicrWyCf6J7w==",
"tenant" : null,
"isExpired" : false,
"notifyDuringDay" : null
}