User Get
GET {{baseUrl}}/users/:UserKey?IncludeTeams=false&IncludeApplicationRoles=false
Gets user details (User, teams and apps)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
IncludeTeams | boolean | Defines if it is to include a list of teams that the user belong to. | |
IncludeApplicationRoles | boolean | Defines if it is to include a list of applications that the user is associated with. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Key":"","Username":"","Name":"","Email":"","RoleKey":"","RoleName":"","IsActive":false,"ApplicationRoles":[{"ApplicationKey":"","ApplicationName":"","RoleKey":"","RoleName":""},{"ApplicationKey":"","ApplicationName":"","RoleKey":"","RoleName":""}],"Teams":[{"TeamName":"","TeamKey":"","RoleKey":"","RoleName":""},{"TeamName":"","TeamKey":"","RoleKey":"","RoleName":""}]}