v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
ogranisation

get user org

get/organisation/

Response

created_atstring

Creation timestamp of the organization

emailstring

Email associated with the organization

idinteger

ID of the organization

namestring

Name of the organization

org_namestring nullable

Name of the organization (same as 'name')

org_uuidstring

UUID of the organization

rolestring

Role of the user in the organization

tokenstring

Invite token for the organization

user_uuidstring

UUID of the user

Example response

{
  "created_at": "Thu, 16 May 2024 18:57:16 GMT",
  "id": 62,
  "name": "Organization for ___",
  "org_uuid": "989ad142-ab62-4e6b-92b6-83a25dec3151",
  "role": "admin",
  "user_uuid": "6cc35c0a-5095-4677-ac22-843a68138f53"
}