Groups REST Endpoints

Groups
The operations from the Groups category.
Add Group Users
Method: post
Path: /groups/{id}/members/users
Add Groups to Group
Method: post
Path: /groups/{id}/members/groups
Add or Import Groups
Method: post
Path: /groups
Delete Group
Method: delete
Path: /groups/{id}
Delete Groups in File
Method: post
Path: /groups/actions/delete
Get Group
Method: get
Path: /groups/{id}
Get Group Members
Method: get
Path: /groups/{id}/members
Get Group Users
Method: get
Path: /groups/{id}/members/users
Get Groups in Group
Method: get
Path: /groups/{id}/members/groups
Remove Group Users
Method: delete
Path: /groups/{id}/members/users
Remove Groups from Group
Method: delete
Path: /groups/{id}/members/groups
Search or Export Groups
Method: get
Path: /groups
Update Group
Method: put
Path: /groups/{id}