Skip to main content

User and group identifiers

Log in to add to favourites

For convenience, User and Group resources can be identified by using one of several identifiers.

For example, a User can be identified by Username, Id or Email Address. A Group can be identified by Name or Id.

A combination of identifiers can be used if an endpoint requires both types of resource.

Available User identifiers

IdentifierFormatDescription
IdUUIDThe user Id
UsernamestringThe user username
Email addressstringThe user email in valid email format

Available Group identifiers

IdentifierFormatDescription
IdGuidThe group Id
NamestringThe group name

Example requests

User requests

HTTP
GET: /api/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01
HTTP
GET: /api/security/users/t.durden
HTTP
GET: /api/security/users/t.durden@fightclub.com

Group requests

HTTP
GET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
HTTP
GET: /api/security/groups/Paper%20Street%20Soap%20Company

Combination requests

HTTP
HEAD: /api/security/groups/9bb89380-fd49-41a5-ab2f-fc25e482a251/users/9f02a3d1-d8eb-4b10-8ed6-293a11d5201f
HTTP
HEAD: /api/security/groups/9bb89380-fd49-41a5-ab2f-fc25e482a251/users/t.durden
HTTP
HEAD: /api/security/groups/9bb89380-fd49-41a5-ab2f-fc25e482a251/users/t.durden@fightclub.com
HTTP
HEAD: /api/security/groups/Paper%20Street%20Soap%20Company/users/3d063773-2ca9-4baf-90e1-ed674fa68640

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