clerk.update_organization_domain
Update enrollment mode or verification status for an organization domain.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated domain summary.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verified | No | Whether the domain is verified. | |
| domain_id | Yes | Clerk organization domain id (dmn_...) to update, delete, or verify. | |
| enrollment_mode | No | Filter or set enrollment mode: manual_invitation, automatic_invitation, or automatic_suggestion. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Updated organization domain summary. |