v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
organisation

Query organisations where a user belongs

Retrieves a list of organisations where the specified user belongs.

get/organisations

Response

A list of organisations

idinteger
namestring
descriptionstring
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "id": 1,
    "name": "Example organisation",
    "description": "An example organisation"
  }
]