Skip to main content
PUT
Update a user

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /api/v1.1/auth/token.

Path Parameters

email
string<email>
required

User's email address — the only identifier this API exposes for a user.

Example:

"jane@example.com"

Body

application/json
name
string
Example:

"Jane Doe"

phoneNumber
string
Example:

"+12031134322"

address
string
Example:

"47 W 13th St"

city
string
Example:

"New York"

state
string
Example:

"New York"

zipcode
string
Example:

"10011"

department
string
Example:

"Engineering"

Response

Updated.