Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Deactivate a user account
PATCH /users/{id}/deactivate
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"success": true,
"data": {
"id": "uuid",
"isActive": false
}
}
Was this page helpful?