Manually mark a user’s email as verified (superadmin only).
This bypasses the email token flow and directly updates the user’s status.
cURL
curl --request POST \ --url https://api.example.com/api/v1/users/{user_id}/verify
{}
Successful Response