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
UserDetailName | Description | Type | Additional information |
---|---|---|---|
CultureId | string | ||
P4ssword | string | ||
S4lt | 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", "MFAKey": "sample string 4", "MFAIntervalHours": 1, "LastMFAAuth": "2025-08-04T18:39:29.2629303Z", "Token": "sample string 5", "SignatureImageFileId": 1, "UnrestrictedAccessServiceCenter": true, "AllowRecieveMultiCenters": true, "Active": true, "Login": "sample string 9", "Email": "sample string 10", "ServiceCenter": { "Active": true, "PriceList": { "Active": true, "Expire": "2025-08-04T18:39:29.2629303Z", "ConsiderServiceCenterPriceListFromSampleOrWork": true, "Id": 3, "Identification": "sample string 4" }, "Id": 2, "Identification": "sample string 3" }, "ServiceArea": { "ServiceCenter": { "Active": true, "PriceList": { "Active": true, "Expire": "2025-08-04T18:39:29.2629303Z", "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": "2025-08-04T18:39:29.2629303Z", "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 11", "Id": 12, "Identification": "sample string 13" }
text/html
Sample:
{"CultureId":"sample string 1","P4ssword":"sample string 2","S4lt":"sample string 3","MFAKey":"sample string 4","MFAIntervalHours":1,"LastMFAAuth":"2025-08-04T18:39:29.2629303Z","Token":"sample string 5","SignatureImageFileId":1,"UnrestrictedAccessServiceCenter":true,"AllowRecieveMultiCenters":true,"Active":true,"Login":"sample string 9","Email":"sample string 10","ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:39:29.2629303Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:39:29.2629303Z","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":"2025-08-04T18:39:29.2629303Z","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 11","Id":12,"Identification":"sample string 13"}