Skip to main content
GET
List the organisations the authenticated principal can act on

Authorizations

X-Auth-Token
string
header
required

Cognito access token (raw JWT, no Bearer prefix).

Query Parameters

pageSize
integer<int32>
default:50

Maximum number of organisations to return (1-100). Defaults to 50; values outside the range are clamped.

Required range: 1 <= x <= 100
paginationToken
string

Opaque token returned by a previous page. Omit for the first page.

Response

The organisations the caller can act on.

content
object
metadata
object
errors
object[] | null
message
object