Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Join organization
Add the current user to an organization that accepts users with a verified email domain. This will fail if the organization email domain does not match the user’s primary email domain.
POST
/
api
/
v1
/
user
/
me
/
joinOrganization
/
{organizationUuid}
Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?