Create Organization
POST {{baseUrl}}/v1/organization
Creates a new Organization for the current account
- We use different authentication in the x-auth header for
/organization
endpoints, which consists of USER TOKEN_ID and TOKEN_SECRET(separated by “:”). You can find both on the Settings page (https://box.signageos.io/settings) in SignageOS Box. Learn more here. - Are you using REST API for creating Organizations? Make sure that the user token used for creating a new Organization belongs to the user with Company role
Master
orOwner
. - It is important to note that after creating a Company through REST API, the default Device plan is set to 3.0. This can be changed from within SignageOS Box under your Company profile
Parameters
Field | Type | Required | Description |
---|---|---|---|
no parameters required |
Body
Field | Type | Required | Description |
---|---|---|---|
name | string | required | Organization name Can contain only letters and numbers separated by dashes and it must start and end with a letter or a number Min 2 and max 255 length Example: signageos-test-org-1 |
title | string | required | Organization title Min 2 and max 255 length Example: SignageOS Testing Organization |
In the response, you can find Location header with a link to the created organization.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Account authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}