POST v1/User/Create

Request Information

URI Parameters

None.

Body Parameters

ExternalUser
NameDescriptionTypeAdditional information
ExternalUserId

string

None.

Name

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalUserId": "sample string 1",
  "Name": "sample string 2",
  "Email": "sample string 3"
}

application/xml, text/xml

Sample:
<ExternalUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Repository.Models">
  <Email>sample string 3</Email>
  <ExternalUserId>sample string 1</ExternalUserId>
  <Name>sample string 2</Name>
</ExternalUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HTTP 200 with the article if it is found, HTTP 404 if article is not found

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.