GET api/v2/Users/New
Request
URI Parameters
Response
UserNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean | ||
| AccountId | integer | ||
| CultureId | string | ||
| string | |||
| Login | string | ||
| P4ssword | string | ||
| Pin | string | ||
| PinSalt | string | ||
| ServiceCenterId | integer | ||
| ServiceAreaId | integer | ||
| MFAIntervalHours | integer | ||
| LicenseGroupId | integer | ||
| ReadOnlyAccess | boolean | ||
| AvailableMessage | boolean | ||
| AllowRecieveMultiCenters | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"AccountId": 4,
"CultureId": "sample string 5",
"Email": "sample string 6",
"Login": "sample string 7",
"P4ssword": "sample string 8",
"Pin": "sample string 9",
"PinSalt": "sample string 10",
"ServiceCenterId": 11,
"ServiceAreaId": 1,
"MFAIntervalHours": 1,
"LicenseGroupId": 1,
"ReadOnlyAccess": true,
"AvailableMessage": true,
"AllowRecieveMultiCenters": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Active":true,"AccountId":4,"CultureId":"sample string 5","Email":"sample string 6","Login":"sample string 7","P4ssword":"sample string 8","Pin":"sample string 9","PinSalt":"sample string 10","ServiceCenterId":11,"ServiceAreaId":1,"MFAIntervalHours":1,"LicenseGroupId":1,"ReadOnlyAccess":true,"AvailableMessage":true,"AllowRecieveMultiCenters":true}