v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBOrganisations
Get organisation by ID
get/organisations/view/{organisationId}
Path parameters
Example:12345
UUID or numeric ID of the organisation
Response
Organisation list response
Example response
{
"id": "12345",
"name": "ORGNAME",
"date_created": "2021-06-14 14:29:19",
"date_modified": "2021-06-14 14:29:19",
"type": "ADMIN",
"created_by": "12345",
"user_count": "3"
}