A company or team. Made up of users, locations and spaces.
Properties
Property | Type | Description |
---|---|---|
id | Integer | The ID of the organization. |
is_organization | Boolean | Used to identify organizations from users. This value always be true . |
name | String | The organization's display name. |
slug | String | The organization's username. |
avatar | String | A url containing the organization's avatar image. |
Example
{
"id": 34,
"is_organization": true,
"name": "Robin",
"slug": "robin",
"avatar": "https://robinpowered.s3.amazonaws.com/roadshow/robin-avatar.png",
"created_at": "2014-09-04T16:02:10+0000",
"updated_at": "2014-09-17T18:22:31+0000"
}