v1
latestSwagger 2.02026-08-04244186228.2 KBorganizations
Shows a list of all organizations that the user belongs to
get/v1/organizations
Query parameters
pageinteger
sizeinteger
sortBystring
orderBystring
Headers
X-Fieldsstring mask
An optional fields mask
Response
Success
Example response
{
"content": [
{
"status": "INVITED",
"role": "MEMBER"
}
]
}