GET |
/v2/accounts/{accountId}/groups List groups under specified account. |
POST |
/v2/accounts/{accountId}/groups Creates a group under specified account. |
GET |
/v2/accounts/{accountId}/groups/{groupId} Retrieve a group under specified account. |
PATCH |
/v2/accounts/{accountId}/groups/{groupId} Update a group under specified account. |
DELETE |
/v2/accounts/{accountId}/groups/{groupId} Delete a group under specified account. |
GET |
/v2/accounts/{accountId}/groups/{groupId}/members List the members of a group under specified account. |
POST |
/v2/accounts/{accountId}/groups/{groupId} members Add members to a group under specified account. |
DELETE |
/v2/accounts/{accountId}/groups/{groupId} members/{memberId} Delete a member from a group under specified account. |
GET |
/v2/accounts/{accountId}/groups/{groupId}/settings Retrieve settings for a group. |
PATCH |
/v2/accounts/{accountId}/groups/{groupId}/settings Update settings for a group. |