organizations
Create a child organization
Creates a one-level child under a top-level parent. Requires the child-organizations feature flag. Does not add the creator as a member.
post/v1/organizations/{organizationId}/children
Path parameters
organizationIdstring required
Parent organization ID
Headers
X-API-Keystring
API key
Request body
Response
Child organization created
Example response
{
"createdAt": "2026-01-15T10:00:00Z",
"updatedAt": "2026-01-15T10:00:00Z"
}