Skip to main content
GET/api/security/users/{userIdentifier}

Parameter

NameParameter typeTypeFormatDescriptionExampleRequired
UserIdentifierpathstringuser identifierFor convenience, User resources can be referenced by using one of several identifiers - username, email address or Id."82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" or "t.durden" or "t.durden@fightclub.com"true

Responses

HTTP status codeReasonModel
200SuccessUser
401UnauthorizedError
403ForbiddenError
404User not foundError
500Internal server errorError

Examples

Get a user resource by their UUID

HTTP
1
GET: /api/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c

Get a user resource by their username

HTTP
1
GET: /api/security/users/t.durden

Get a user resource by their email

HTTP
1
GET: /api/security/users/t.durden@fightclub.com

Remarks

Still need help?

New support request