Skip to main content
GET
List all organizations of which the user is a member

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
integer<int32>
required

The unique ID of the user

Response

OK

created_at
string
required

Creation time, by UTC

description
string
required

Admin-provided description of the Organization

id
integer
required

Unique ID of Organization

is_personal
boolean
required

Whether this is a personal Organization (automatically created upon user account creation)

meta
Meta · object
required

Metadata, for internal use

modified_at
string
required

Modification time, by UTC

modified_by
integer
required

Last user to modify

schema
OrganizationSchema · object[]
required
name
string

Name of Organization

user_id
integer

ID of owner