GET api/v2/Users/{UserId}?checkAccesControl={checkAccesControl}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| checkAccesControl | boolean |
Default value is False |
Response
UserDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| CultureId | string | ||
| P4ssword | string | ||
| S4lt | string | ||
| Pin | string | ||
| PinSalt | string | ||
| MFAKey | string | ||
| MFAIntervalHours | integer | ||
| LastMFAAuth | date | ||
| Token | string | ||
| SignatureImageFileId | integer | ||
| UnrestrictedAccessServiceCenter | boolean | ||
| AllowRecieveMultiCenters | boolean | ||
| Active | boolean | ||
| Login | string | ||
| string | |||
| ServiceCenter | ServiceCenterBasic | ||
| ServiceArea | ServiceAreaBasic | ||
| Account | AccountBasic | ||
| SignatureCertFileId | integer | ||
| LicenseGroup | LicenseGroupBasic | ||
| ReadOnlyAccess | boolean | ||
| Reserved | boolean | ||
| ServiceAreaId | integer | ||
| ExternalUser | string | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"CultureId": "sample string 1",
"P4ssword": "sample string 2",
"S4lt": "sample string 3",
"Pin": "sample string 4",
"PinSalt": "sample string 5",
"MFAKey": "sample string 6",
"MFAIntervalHours": 1,
"LastMFAAuth": "2026-02-02T21:23:05.3729101Z",
"Token": "sample string 7",
"SignatureImageFileId": 1,
"UnrestrictedAccessServiceCenter": true,
"AllowRecieveMultiCenters": true,
"Active": true,
"Login": "sample string 11",
"Email": "sample string 12",
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:23:05.3729101Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"ServiceArea": {
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:23:05.3729101Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
},
"ExtraTime": 1,
"ExternalServiceArea": true,
"Active": true,
"Id": 3,
"Identification": "sample string 4"
},
"Account": {
"Complement": "sample string 1",
"ReferenceKey": "sample string 2",
"AccountType": {
"Active": true,
"RequireRegistryNumber": true,
"AccountTypeRegistryTypeId": 1,
"Id": 3,
"Identification": "sample string 4"
},
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:23:05.3729101Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Active": true,
"RelatedAccountRequired": true,
"RegistryNumber": "sample string 5",
"CultureId": "sample string 6",
"Id": 7,
"Identification": "sample string 8"
},
"SignatureCertFileId": 1,
"LicenseGroup": {
"Id": 1,
"Identification": "sample string 2",
"UserReadOnlyAccessCount": 3,
"UserEditableAccessCount": 4
},
"ReadOnlyAccess": true,
"Reserved": true,
"ServiceAreaId": 1,
"ExternalUser": "sample string 13",
"Id": 14,
"Identification": "sample string 15"
}
text/html
Sample:
{"CultureId":"sample string 1","P4ssword":"sample string 2","S4lt":"sample string 3","Pin":"sample string 4","PinSalt":"sample string 5","MFAKey":"sample string 6","MFAIntervalHours":1,"LastMFAAuth":"2026-02-02T21:23:05.3729101Z","Token":"sample string 7","SignatureImageFileId":1,"UnrestrictedAccessServiceCenter":true,"AllowRecieveMultiCenters":true,"Active":true,"Login":"sample string 11","Email":"sample string 12","ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:23:05.3729101Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:23:05.3729101Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ExtraTime":1,"ExternalServiceArea":true,"Active":true,"Id":3,"Identification":"sample string 4"},"Account":{"Complement":"sample string 1","ReferenceKey":"sample string 2","AccountType":{"Active":true,"RequireRegistryNumber":true,"AccountTypeRegistryTypeId":1,"Id":3,"Identification":"sample string 4"},"PriceList":{"Active":true,"Expire":"2026-02-02T21:23:05.3729101Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Active":true,"RelatedAccountRequired":true,"RegistryNumber":"sample string 5","CultureId":"sample string 6","Id":7,"Identification":"sample string 8"},"SignatureCertFileId":1,"LicenseGroup":{"Id":1,"Identification":"sample string 2","UserReadOnlyAccessCount":3,"UserEditableAccessCount":4},"ReadOnlyAccess":true,"Reserved":true,"ServiceAreaId":1,"ExternalUser":"sample string 13","Id":14,"Identification":"sample string 15"}