ApiTokenDetailsDto
{
"createdAt": 0,
"userId": "string",
"orgId": "string",
"acct": "string",
"scope": [
"string"
],
"username": "string",
"firstName": "string",
"lastName": "string",
"allowedScopes": {
"generalScopes": [
"string"
],
"servicesScopes": [
"string"
],
"organizationScopes": {
"allRoles": false,
"roles": [
{
"name": "string",
"resource": "string"
}
]
}
},
"domain": "string",
"tokenName": "string",
"idpId": "string",
"lastUsedAt": 0,
"expiresAt": 0,
"tokenId": "string"
}
The timestamp the token was created at (measured in number of seconds since 1/1/1970 UTC).
The unique identifier of the user, on behalf of which the token was issued.
Unique identifier (GUID) of the organization.
The identifier of the user, configured to log in to the Identity provider.
The scope of access needed for the token
Deprecated. The username of the user to whom the api token belongs
first Name of the user to whom the api token belongs
Last Name of the user to whom the api token belongs
The identity provider (IdP) domain of the user.
The name of the API token.
The identifier of the identity provider.
The timestamp the token was last used (measured in number of seconds since 1/1/1970 UTC).
The timestamp the token expires at (measured in number of seconds since 1/1/1970 UTC).
The unique identifier of the API token.