-
Notifications
You must be signed in to change notification settings - Fork 0
reference:organisations
Axel Boberg edited this page May 24, 2019
·
2 revisions
Get a list of all organisations
Name | Required | Value |
---|---|---|
limit | No | A number limiting the number of returned results. Must be less than 200. Defaults to 25. |
offset | No | A number offsetting the returned results. Defaults to 0. |
Create one or multiple new organisations
Name | Required | Value |
---|---|---|
Content-Type | Yes | application/json |
The body can be either a single object or an array of objects of the following format:
[
{
"name": "My Organisation", // A string, max 50 characters long
}
]
Get a specific organisation
Get a list of all users in an organisation
Name | Required | Value |
---|---|---|
limit | No | A number limiting the number of returned results. Must be less than 200. Defaults to 25. |
offset | No | A number offsetting the returned results. Defaults to 0. |