Update user
Permite editar los datos de un usuario (excluyendo la contraseña y el email, para estos atributos utilizar los endpoints específicos).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
user_id
ID del usuario a editar
Request
This endpoint expects an object.
name
country
last_name
external_id
custom_fields
phone
Response headers
ETag
X-Runtime
X-Request-Id
Cache-Control
Referrer-Policy
X-Frame-Options
X-XSS-Protection
X-Download-Options
X-Content-Type-Options
X-Permitted-Cross-Domain-Policies
Response
OK
id
name
role
email
avatar
country
language
last_name
created_at
updated_at
external_id
custom_fields
phone
Errors
404
Not Found Error
422
Unprocessable Entity Error

