Create

Create a child organization by cloning the parent and overriding specified fields. An 8-digit numeric ID is generated automatically. The name is required, must be uppercase, and must not contain spaces.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Unique identifier of the parent organization

Request

Child organization data for creation
dataobjectRequired
Child organization data for creation

Response

Created child organization resource
type"organization"
idstring
Unique identifier of the child organization
attributesobject
Limited set of child organization attributes exposed to external consumers

Errors

400
Invalid Request
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error