User Get

GET {{baseUrl}}/users/:UserKey?IncludeTeams=false&IncludeApplicationRoles=false

Gets user details (User, teams and apps)

Request Params

KeyDatatypeRequiredDescription
IncludeTeamsbooleanDefines if it is to include a list of teams that the user belong to.
IncludeApplicationRolesbooleanDefines if it is to include a list of applications that the user is associated with.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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":""}]}