GET api/v2/Users/New
Request
URI Parameters
Response
UserNewName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string | ||
Active | boolean | ||
AccountId | integer | ||
CultureId | string | ||
string | |||
Login | string | ||
P4ssword | 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", "ServiceCenterId": 9, "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","ServiceCenterId":9,"ServiceAreaId":1,"MFAIntervalHours":1,"LicenseGroupId":1,"ReadOnlyAccess":true,"AvailableMessage":true,"AllowRecieveMultiCenters":true}