Returns the details of a user account on a computer identified by user ID, including username, domain, account type, password policies, and lock status.
get /dcapi/inventory/computers/{resourceID}/user
https://{serverurl}/dcapi/inventory/computers/{resourceID}/user
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Resource identifier of the computer. Obtain from the response of the Get Computers List API.
User component ID to retrieve details for.
curl --request GET \
--url 'https://appdomains/dcapi/inventory/computers/{resourceID}/user?userID=SOME_INTEGER_VALUE' \
--header 'Accept: application/userInfo.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'User account status - Active or Disabled
Domain or computer name the user belongs to
Whether the password expires - Yes or No
Whether a password is required - Yes or No
Whether this is a local account - Yes or No
SID type - User, Group, etc.
Account type - Normal Account, Temp Duplicate Account, etc.
Full name of the user
Full name with domain prefix (DOMAIN\Username)
User account name
Security Identifier (SID) of the user
User component identifier
Description of the user account
Whether the account is disabled - Yes or No
Whether the password can be changed - Yes or No
Whether the account is locked out - Yes or No
UAC_UNAUTHORIZED - user lacks the required uem-roles or credentials are missing
Authentication or authorization failure reason
RESOURCE_NOT_AVAILABLE - the specified resourceID does not exist or is not accessible
Resource not found message
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
User account details
{
"isLockedOut": "No",
"userStatus": "Active",
"accountType": "Normal Account",
"userFullName": "--",
"description": "Built-in account for administering the computer/domain",
"userDomain": "SAMPLE-PC",
"userName": "SampleUser",
"passwordExpires": "Yes",
"isLocalAccount": "Yes",
"userComponentID": "1",
"isPasswordRequired": "Yes",
"userSidType": "User",
"userSID": "S-1-5-21-0000000000-0000000000-0000000000-500",
"userFullNameWithDomain": "SAMPLE-PC\\SampleUser",
"isPasswordChangeable": "Yes",
"isDisabled": "No"
}
Missing credentials
{
"error_description": "Unauthorized access",
"error_code": "UAC_UNAUTHORIZED"
}
Resource not found
{
"error_description": "The specified resource was not found",
"error_code": "RESOURCE_NOT_AVAILABLE"
}
Server error
{
"error_description": "Internal server error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 120 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.