Returns the user account and role details for the currently authenticated user. Exempt from strict role-based access control; accessible before sign-up completion in cloud flows.
https://{serverurl}/dcapi/uac/userMeta
DesktopCentralCloud.Common.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Specifies the expected response format. Set to application/userMeta.v1+json to receive the user meta response in JSON format.
curl --request GET \
--url https://appdomain/dcapi/uac/userMeta \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'accept: application/userMeta.v1+json'Unique login identifier for the authenticated user.
Username of the authenticated user.
Email address of the user account.
Unique identifier of the role assigned to the user.
Name of the role assigned to the user.
Indicates whether the user has super-administrator privileges.
Computer scope type assigned to the user (0 = All computers, 1 = Custom scope).
Indicates whether the user is associated with the Software Deployment Platform (SDP).
Account type for the user (e.g., local, ad).
Display name of the user as shown in the console.
User account and role details for the currently authenticated user.
{
"computerScopeType": 0,
"loginID": "9502000000122681",
"roleID": "9502000000014452",
"isSDPUser": false,
"accountType": "local",
"loginName": "Alex Morgan",
"roleName": "Administrator",
"mailID": "alex.morgan@example.com",
"isSuperAdmin": false,
"userName": "alex.morgan"
}
![]()
Duration: 1 minute | Threshold: 60 | 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.