Admin APIs/User Management
Update User
PATCH
/admin/users/:idBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/admin/users/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'