UserManagement

Number of APIs: 20

  1. Deletes user identities. DELETE https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/users/{{userId}}/identities

  2. Adds users to an account. POST https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/accounts/{{accountId}}/users

  3. Get list of DSGroups GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups?page={{page}}&page_size={{page_size}}

  4. Add a new DSGroup POST https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups

  5. Get list of DSGroup GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}

  6. Delete a DSGroup DELETE https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}

  7. Get list of users in a DSGroup GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}/users?page={{page}}&page_size={{page_size}}

  8. Add list of users to a DSGroup POST https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}/users

  9. Remove users from a DSGroup DELETE https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}/users

  10. Get products associated with the account and the available permission profiles GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/products/permission_profiles