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"
}
]
}Returns a list of organizations the authenticated user belongs to.
A list of organizations with roles
{
"organizations": [
{
"role": "ADMIN"
}
]
}