POST api/User/CreateSignupUser
Request Information
URI Parameters
None.
Body Parameters
SignupUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| UserID | integer |
None. |
|
| DefaultRoleId | integer |
None. |
|
| EmailAddress | string |
None. |
|
| Password | string |
None. |
|
| IsApproved | boolean |
None. |
|
| IsLockedOut | boolean |
None. |
|
| IsEnabled | boolean |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| IsSignupUser | boolean |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />