/orgs
/orgs/org_public_data
Set up org
Single onboarding entry point. Sets org_type in WorkOS JWT metadata (immutable once set) and idempotently creates org_private_data + org_public_data for the caller's organization. Required name and optional description and handle populate the public doc on first call; later updates go through PATCH /orgs/org_public_data/v1. Returns True on success (including idempotent retries), 400 on org_type conflict or handle collision. | (SetupOrgReq) -> (bool)
post/orgs/setup_org/v1
Request body
Response
Successful Response
boolean required
Changes
No recorded changes to this endpoint across all 1 revision of this API.