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

Parameter

NameParameter typeTypeFormatDescription
UserIdentifier(required)pathstringuser identifier For convenience, User resources can be referenced by using one of several identifiers - username, email address or Id.

Responses

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

Examples

Get a user resource by their UUID

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

Get a user resource by their username

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

Get a user resource by their email

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

Remarks

Permissions

Members of System Administrators are permitted to get any user.

Authenticated standard user accounts are permitted to get their own user.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request