GET
/
api
/
user
/
{user_id}
/
organization
/
list

Authorizations

Authorization
string
headerrequired

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

Path Parameters

user_id
integer
required

The unique ID of the user

Response

200 - application/json
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
object
required

Metadata, for internal use

modified_at
string
required

Modification time, by UTC

modified_by
integer
required

Last user to modify

name
string

Name of Organization

schema
object[]
required
user_id
integer

ID of owner