Roles
This guide serves as an introduction to how account administrators can get a list of roles associated with their account, activation, and users and view those roles' attributes.
Permissions level required:
Admin
Get a list of roles
https://api.maxar.com/account-service/api/v2/roles
This request has no required variables. This request returns a list of roles available to your account, as well as the scopes' id
, name
, and more.
Get a list of user types
https://api.maxar.com/account-service/api/v2/roles/user-types
This request returns the role associated with the RoleID
value as well as the role's id
, name
, and more. To find a role's RoleID
, submit the Get a list of roles
request and record the id
value of the role of interest.
Get a roles by ID
https://api.maxar.com/account-service/api/v2/roles/role-by-id/:Roleid
This request returns the role associated with the RoleID
value as well as the role's id
, name
, and more. To find a role's RoleID
, submit the Get a list of roles
request and record the id
value of the role of interest.