List all Languages
URL
GET https://<tenant>.bubbleppm.com/api/provisioning/languages/
Attributes
The endpoint returns an array of strings for each Language configured on the tenant. These values can be assigned to a User's language attribute.
Example Response
CODE
[
"en-us",
"es-es",
"fr-fr",
"pt-pt",
"de-de",
"it-it"
]