PUT api/User

Creates a new user

Request Information

URI Parameters

None.

Body Parameters

UserRequest

UserRequest
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "lastName": "sample string 2",
  "email": "sample string 3",
  "password": "sample string 4"
}

Response Information

Resource Description

userId

globally unique identifier

Response Formats

application/json, text/json

Sample:
"ecbaf1c7-3241-4758-894d-21aaacaabdb7"