Get a group by ID
GET/Groups/:id
Returns a single group by its SCIM id, including its GDPR-filtered member list.
The id must match a value returned by GET /Groups.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The requested Group resource
Invalid or missing bearer token.
Bearer token absent at the web proxy layer.
The requested resource does not exist.
The request could not be completed because of an unexpected server-side error.