cURL
curl --request GET \ --url http://api/v1/user/me/allowedOrganizations
{ "results": [ { "membersCount": 123, "name": "<string>", "organizationUuid": "<string>" } ], "status": "ok" }
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.
Ok
Show child attributes
ok