UserManagement
Number of APIs: 20
-
Deletes user identities. DELETE https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/users/{{userId}}/identities
-
Adds users to an account. POST https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/accounts/{{accountId}}/users
-
Get list of DSGroups GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups?page={{page}}&page_size={{page_size}}
-
Add a new DSGroup POST https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups
-
Get list of DSGroup GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}
-
Delete a DSGroup DELETE https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}
-
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}}
-
Add list of users to a DSGroup POST https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}/users
-
Remove users from a DSGroup DELETE https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/dsgroups/{{dsGroupId}}/users
-
Get products associated with the account and the available permission profiles GET https://{{hostenv}}/Management/v2.1/organizations/{{organizationId}}/accounts/{{accountId}}/products/permission_profiles