Management Center-Access Management-Rolegroups
Number of APIs: 5
-
Get all rolegroups GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false&limit=25&offset=0&search=
-
Get rolegroup by Id GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}
-
Get users assigned to rolegroup GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}/users?limit=25&offset=0
-
Create a new rolegroup POST {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false
-
Delete a rolegroup DELETE {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false