Get current user
- GET /XAPI/v2/CurrentUser
Get current user
Gets the currently authorized user. This includes not only the information about the user, but also about his token and claims.
- Status Codes:
200 OK – User with token and claims
- Response JSON Object:
Data.Claims[] (string)
Data.Token (string) – (required)
Data.user.AbandonProjectsIn (string)
Data.user.CommercialCommunicationConsent (boolean) – (required)
Data.user.Created (string)
Data.user.DataProtectionConsent (boolean) – (required)
Data.user.Email (string)
Data.user.Id (integer) – (required)
Data.user.Language (string)
Data.user.Role (string) – (required)
Data.user.Settings (object)
Data.user.TeamId (integer) – (required)
Data.user.Updated (string)