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
organizationId
Unique identifier of the parent organization
Request
Child organization data for creation
data
Child organization data for creation
Response
Created child organization resource
type
id
Unique identifier of the child organization
attributes
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