Groups REST Endpoints
Identity/Groups
Manage all group administrative tasks. A group contains one or more users and works as a role for the enterprise to apply security features. This REST API is SCIM compliant.
- Create a Group
- Method: postPath:
/admin/v1/Groups - Delete a Group
- Method: deletePath:
/admin/v1/Groups/{id} - Get a Group
- Method: getPath:
/admin/v1/Groups/{id} - HTTP Options
- Method:Path:
/admin/v1/Groups - Replace a Group
- Method: putPath:
/admin/v1/Groups/{id} - Search Groups
- Method: getPath:
/admin/v1/Groups - Search Groups Using POST
- Method: postPath:
/admin/v1/Groups/.search - Update a Group
- Method: patchPath:
/admin/v1/Groups/{id}