clerk.unban_users
Remove bans from one or more Clerk users, restoring their ability to sign in.
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 user summaries and total count.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | List of one or more Clerk user ids (user_...) to unban. | |
| 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 |
|---|---|---|---|
| users | No | Updated user summaries for all unbanned users. | |
| total_count | No | Number of users that were unbanned. |