organisation
Query organisations where a user belongs
Retrieves a list of organisations where the specified user belongs.
get/organisations
Response
A list of organisations
Example response
[
{
"id": 1,
"name": "Example organisation",
"description": "An example organisation"
}
]