Group Management APIs

(Difference between revisions)
Jump to: navigation, search
(Created page with "== Groups == {| ! align="left" width="400px"| Resource ! align="left"| Description |- | GET groups | Search Groups in the Account. |- | POST groups | Creates a new Gr...")
 
Line 6: Line 6:
 
|-
 
|-
 
| [[GET groups]]
 
| [[GET groups]]
| Search Groups in the Account.
+
| Searches for Groups in the Account.
 
|-
 
|-
 
| [[POST groups]]
 
| [[POST groups]]

Revision as of 22:12, 17 November 2022

Groups

Resource Description
GET groups Searches for Groups in the Account.
POST groups Creates a new Group.
GET groups/:group_id Returns a Group.
PUT groups/:group_id Updates a Group.
DELETE groups/:group_id Removes a Group.

Group Users

Resource Description
GET groups/:group_id/users Returns all Users from a Group.
POST groups/:group_id/users Adds a User to a Group.
DELETE groups/:group_id/users/:user_id Removes a User from a Group.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox