Profile
List User Organizations
Returns a list of organizations the authenticated user belongs to.
get/v1/me/orgs
Response
A list of organizations with roles
Example response
{
"organizations": [
{
"role": "ADMIN"
}
]
}Changes
Changed in 2 of the 18 revisions of this API.3
- ○
api tag
Profileaddedapi-tag-added
- ○
api tag
Organizationsremovedapi-tag-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○