Management Center-Access Management-Rolegroups

Number of APIs: 5

  1. Get all rolegroups GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false&limit=25&offset=0&search=

  2. Get rolegroup by Id GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}

  3. Get users assigned to rolegroup GET {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}/users?limit=25&offset=0

  4. Create a new rolegroup POST {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false

  5. Delete a rolegroup DELETE {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false