POST api/SecurityUsers
Request Information
URI Parameters
None.
Body Parameters
SecurityUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| EmailAddress | string |
Required String length: inclusive between 0 and 200 |
|
| ClientId | integer |
Required |
|
| Enabled | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"EmailAddress": "sample string 3",
"ClientId": 4,
"Enabled": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.