Endpoint
/v1/groups/{id}
GET
Retrieve the attributes of a group. Refer to the 'Modify group' method for a description of the returned fields.
Parameters
Name |
Description |
Required |
id |
The group's unique ID |
Yes |
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
PUT
Modify a group. The 'id' field must match the id in the URI.
Parameters
Name |
Description |
Required |
id |
The group's unique ID |
Yes |
If-Match |
ETag for expected version |
No |
Request
Schema
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
DELETE
Delete a group.
Parameters
Name |
Description |
Required |
id |
The group's unique ID |
Yes |
Response
Codes
Code |
Description |
200 |
Return value on success |