List all Departments
URL
GET https://<tenant>.bubbleppm.com/api/provisioning/departments/
Attributes
The endpoint returns an array of strings for each Department configured on the tenant. These values can be assigned to a User's department attribute.
Example Response
CODE
[
"Design",
"R&D",
"Quality",
"Marketing"
]