POST api/Users
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| UserName | string |
Required String length: inclusive between 0 and 254 |
|
| UniqueId | string |
String length: inclusive between 0 and 254 |
|
| EmailAddress | string |
String length: inclusive between 0 and 100 |
|
| MobileNumber | string |
String length: inclusive between 0 and 50 |
|
| OfficeNumber | string |
String length: inclusive between 0 and 50 |
|
| Organisations | Collection of Organisation |
None. |
|
| Roles | Collection of Role |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.