Roles
Number of APIs: 5
-
Creates a role. POST {{baseUrl}}/v2/accounts/{{accountId}}/roles
-
Updates the role with the given roleId. PUT {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}
-
Gets a paged-list of roles in your company GET {{baseUrl}}/v2/accounts/{{accountId}}/roles?onlyAssignable=false&filter={{filter}}&startPosition=0&count=100
-
Deletes the role with the given roleId. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}
-
Get information about the role with the given roleId. GET {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}?includeIsAssigned=false