Get organisation details
GET/api/organisations/:id
Get organisation details. This is the full organisation record, and the endpoint to use for the fields GET /api/organisations does not return — that list is the switch-target projection (id and name only). Access is the same audience as that list: the handler gates on an ACTIVE membership in the organisation (resolveOrgAccess), and the list only ever returns organisations you are an ACTIVE member of — so every caller affected by the narrowing can call this. The org.settings.view marker below describes the intended administrative permission; the GET handler does not currently enforce it.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires org.settings.view permission