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: post
Path: /admin/v1/Groups
Delete a Group
Method: delete
Path: /admin/v1/Groups/{id}
Get a Group
Method: get
Path: /admin/v1/Groups/{id}
HTTP Options
Method: options
Path: /admin/v1/Groups
Replace a Group
Method: put
Path: /admin/v1/Groups/{id}
Search Groups
Method: get
Path: /admin/v1/Groups
Search Groups Using POST
Method: post
Path: /admin/v1/Groups/.search
Update a Group
Method: patch
Path: /admin/v1/Groups/{id}