Update a user

Path Params
number
required
Body Params
string
length ≤ 50

First name of the user

string
length ≤ 50

Last name of the user

string

Email of the user

Responses
200

The updated user

400

The user's information was incomplete or incorrectly formatted

404

The user was not found

409

A user already exists with the same email

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!