Skip to main content
GET/api/security/groups/{groupIdentifier}

Parameter

NameParameter typeTypeFormatDescriptionExampleRequired
groupIdentifierpathstringgroup identifierFor convenience, Group resources can be referenced by using either the group name or id"Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c"true

Responses

HTTP status codeReasonModel
200SuccessGroup
401UnauthorizedError
403ForbiddenError
404Group not foundError
500Internal server errorError

Examples

Get a group by id

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

Get a group by name

HTTP
1
GET: /api/security/groups/Paper%20Street%20Soap%20Company

Remarks

Still need help?

New support request