clerk.verify_organization_domain_ownership
Mark an organization domain's DNS ownership as verified via manual override.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Idempotent when ownership is already verified. Returns the updated domain summary.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | Clerk organization domain id (dmn_...) to update, delete, or verify. | |
| 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 | Organization domain summary after ownership verification. |