Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"Jane Doe"

email
string<email>
required
Example:

"jane@example.com"

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

Created.