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
phoneNumber
string
address
string
city
string
state
string
zipcode
string
department
string

Response

Updated.