Endpoint used to update an existing user in Toolzz Chat.
--url 'https://chat.toolzz.ai/platform/api/v1/users/{user_id}' \
--header 'Authorization: Bearer <token>'
| Parameter | Type | Description | Required |
|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
| Parameter | Type | Description | Required |
|---|
user_id | string | The ID of the user to update. | Yes |
| Parameter | Type | Description | Required |
|---|
name | string | New name for the user. | No |
email | string | New email for the user. | No |
To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.