UserGroups

Number of APIs: 10

  1. Adds one or more users to an existing group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users

  2. Adds group brand ID information to a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  3. Deletes brand information from the requested group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  4. Gets a list of users in a group. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users?count={{count}}&start_position={{start_position}}

  5. Gets information about groups associated with the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups?count={{count}}&group_type={{group_type}}&include_usercount={{include_usercount}}&search_text={{search_text}}&start_position={{start_position}}

  6. Updates the group information for a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  7. Creates one or more groups for the account. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  8. Deletes an existing user group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  9. Gets group brand ID Information. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  10. Deletes one or more users from a gro DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users