organizations

Create Organization Endpoint

post/api/v1/organizations

Request body

organization_namestring required

Display name for the new organization.

organization_keystring nullable

Optional human-readable short key. Defaults to the generated org_* id if omitted. Must be unique per environment.

user_emailsstring[]

Optional seed members for the new organization. Each email is added as an OWNER and skips the invite flow.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.