clerk.create_blocklist_identifier
Add an identifier to the blocklist in a connected Clerk instance.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Blocked identifiers cannot sign up or sign in. Returns the created blocklist identifier summary.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Identifier to block: email, domain, E.164 phone (+15555555555), or Web3 wallet address. | |
| 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 |
|---|---|---|---|
| identifier | No | Created blocklist identifier object from the Backend API. |