description |
---|
A group resource can be retrieved by it's GUID identifier |
A group resource can be retrieved any valid GroupIdentifier.
GET /api/management/security/groups/{groupIdentifier}
Name | Parameter type | Type | Description |
---|---|---|---|
groupIdentifier | path | GroupIdentifier | One of the group identifiers |
GET: /api/management/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
GET: /api/management/security/groups/Paper%20Street%20Soap%20Company
HTTP status code | Reason | Response model |
---|---|---|
200 | Success | Group |
403 | Forbidden | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |