update_user
Update an existing user's details including email, name, password, and group assignment.
Instructions
🟡 WRITE · updates data · Users · PUT /users/{id}
Update a user
Modifies an existing record in place. Idempotent.
Update an existing user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user | |
| body | No | Request body (application/json). |