Error
A valid request URL is required to generate request examples{
"results": [
{
"membersCount": 123,
"name": "<string>",
"organizationUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
List available organizations
List the organizations that the current user can join. This is based on the userās primary email domain and the organizationās allowed email domains.
GET
/
api
/
v1
/
user
/
me
/
allowedOrganizations
Error
A valid request URL is required to generate request examples{
"results": [
{
"membersCount": 123,
"name": "<string>",
"organizationUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?