List all Permissions
URL
GET https://<tenant>.bubbleppm.com/api/provisioning/permissions/
Attributes
The endpoint returns an array of strings for each Permission Group configured on the tenant. These values can be assigned to a User's permission_groups attribute.
Example Response
CODE
[
"Project Manager",
"Finance",
"Team Lead",
"Admin"
]