List all Roles
URL
GET https://<tenant>.bubbleppm.com/api/provisioning/roles/
Attributes
The endpoint returns an array of strings of the names of Roles configured on the tenant. These values can be assigned to a User's roles attribute.
Example Response
CODE
[
"Admin",
"Staff"
]