Roles

Number of APIs: 5

  1. Creates a role. POST {{baseUrl}}/v2/accounts/{{accountId}}/roles

  2. Updates the role with the given roleId. PUT {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}

  3. Gets a paged-list of roles in your company GET {{baseUrl}}/v2/accounts/{{accountId}}/roles?onlyAssignable=false&filter={{filter}}&startPosition=0&count=100

  4. Deletes the role with the given roleId. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}

  5. Get information about the role with the given roleId. GET {{baseUrl}}/v2/accounts/{{accountId}}/roles/{{roleId}}?includeIsAssigned=false