Get organizations accessible to the authenticated user

Retrieves a list of all organizations that the authenticated user has access to, including organizations where the user is a member or has been granted specific permissions.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-admin-api-keystringRequired

Response

Organizations retrieved successfully
idstring
namestring
descriptionstring
createdAtdatetime
updatedAtdatetime

Errors