Org
Org
Org
An org is an entity such as a company or organization.
Attributes
Name
Type
Description
Example
description
nullable string
a description of the org
null
id
integer
unique identifier of the org
42
image
nullable string
an image such as an logo of the org
null
members
nullable array
the members list of the org
null
name
string
the name of the org
"example"
rooms
nullable array
the rooms list of the org
null
user_id
integer
the id of the user that created the org
42
Org List
List of all the current user orgs
GET /orgCurl Example
Response Example
Org Create
Create a new org
Optional Parameters
Name
Type
Description
Example
description
nullable string
a description of the org
null
id
integer
unique identifier of the org
42
image
nullable string
an image such as an logo of the org
null
name
string
the name of the org
"example"
user_id
integer
the id of the user that created the org
42
Curl Example
Response Example
Org Info
Info for existing org.
Curl Example
Response Example
Org Add member
It adds the user as a member of the organization
Optional Parameters
Name
Type
Description
Example
id
integer
unique identifier of the org
42
Curl Example
Response Example
Last updated