suspend_user
Prevent a user from logging in or creating a new account by suspending their access.
Instructions
🟡 WRITE · updates data · Users · PUT /v2/users/{id}/suspend
Suspend a user
Suspends a user from loging in or creating another account. The endpoint response is the suspended User resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User id or email (encoded string) |