GET api/v1/userinfo
Endpoint to validate the authentication token and make sure the user is successfully logged in.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Information about the token containg the users login name and unique key (sub).
UserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginName |
LoginName |
string |
None. |
| FirstName |
FirstName |
string |
None. |
| MiddleName |
MiddleName |
string |
None. |
| LastName |
LastName |
string |
None. |
| OrganisationKey |
Key of the user's primary organisation |
globally unique identifier |
None. |
| TenantKey |
Key of the user's tenant |
globally unique identifier |
None. |
| UserType |
User's type |
UserType |
None. |
| Key | globally unique identifier |
None. |