Create user
Permite crear un usuario
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
email
phone
avatar
country
language
password
last_name
external_id
custom_fields
Response
Created
id
name
role
email
phone
avatar
country
language
last_name
created_at
updated_at
external_id
custom_fields
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error

