clerk.update_email_address
Update a Clerk email address by id.
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 email address summary.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary | No | When true, set this email as the user's primary email address. | |
| verified | No | When true, mark the email address as verified. | |
| email_address_id | Yes | Clerk email address id (idn_...) to retrieve or modify. | |
| 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 |
|---|---|---|---|
| email_address | No | Updated Clerk email address summary. |