POST api/User/Create
Request Information
URI Parameters
None.
Body Parameters
UserRow| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUser | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| PasswordConfirmation | string |
None. |
|
| Name | string |
None. |
|
| LastName | string |
None. |
|
| Countries | string |
None. |
|
| BusinessUnits | string |
None. |
|
| Categories | string |
None. |
|
| UrlPicture | string |
None. |
|
| Area | string |
None. |
|
| CompanyRole | string |
None. |
|
| IdExpertise | integer |
None. |
|
| IsActive | boolean |
None. |
|
| SendMail | boolean |
None. |
|
| ViewDashboard | boolean |
None. |
|
| ViewArgumental | boolean |
None. |
|
| IsLaboralist | boolean |
None. |
|
| CanViewMonetizing | boolean |
None. |
|
| CanViewCommittee | boolean |
None. |
|
| CanDeleteComments | boolean |
None. |
|
| CanReset | boolean |
None. |
|
| CanViewEvaluations | boolean |
None. |
|
| Bio | string |
None. |
|
| IdLanguage | integer |
None. |
|
| FullLegislativeTree | Collection of FullLegislativeTree |
None. |
|
| Attributes | Collection of UserAttribute |
None. |
|
| UserAccesses | Collection of UserAccess |
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.