Create organization

Create an organization in an account.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Headers

X-Account-IdstringRequired
Account that will own the organization.

Request

This endpoint expects an object.
namestringRequired4-80 characters
Name shown to users. Required, 4 to 80 characters, and does not need to be unique.

Response

The created organization.
organizationobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error