POST api/Account/CreateUser
Request Information
URI Parameters
None.
Body Parameters
CreateUserBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| emailAddress | string |
Required |
|
| firstName | string |
Required |
|
| lastName | string |
Required |
|
| source | string |
Required |
|
| roles_csv | string |
Required |
|
| admin_guid | string |
None. |
|
| title | string |
None. |
|
| password | string |
None. |
|
| firm_id_csv | string |
None. |
|
| industry_id | integer |
None. |
|
| welcome | boolean |
None. |
|
| firmName | string |
None. |
|
| authorData | author |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.