Returns the user account and role details for the currently authenticated user on the on-premise EMS API surface. Exempt from strict role-based access control; accessible before sign-up completion.
https://{server-hostname}:8383/emsapi/uac/userMeta
Common.READCopied!
Authorization: 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/emsapi/uac/userMeta \
--header 'Authorization: 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 on-premise user.
{
"computerScopeType": 0,
"loginID": "302",
"roleID": "4",
"isSDPUser": false,
"accountType": "local",
"loginName": "Alex Morgan",
"roleName": "Security Auditor",
"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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.