Set Clerk user password compromised

Mark a user's password as compromised so they must reset on next sign-in.

← All Clerk endpoints · Capability overview

POST/v1/clerk/users/{user_id}/password-compromised

https://api.vee3.io/v1/clerk/users/{user_id}/password-compromised

8 tokens

Mark a user's password as compromised so they must reset on next sign-in.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.set_user_password_compromised
Parameters3 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

user_idstringRequired

Clerk user id (user_...) to operate on.

revoke_all_sessionsbooleanOptional

When true, revoke all active sessions for the user.

Response6 fields
userobject
5 fields

Updated Clerk user object after marking password compromised.

idstring

Clerk user id (user_...).

first_namestring

User first name, if set.

last_namestring

User last name, if set.

primary_email_addressstring

Primary email address for the user, if available.

created_atinteger

Unix timestamp in milliseconds when the user was created.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required