Retrieves the complete profile of a user identified by the login ID, including assigned role, email, phone number, and computer scope settings.
get /dcapi/users-cloud/{userId}
https://{serverurl}/dcapi/users-cloud/{userId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique user identifier. To get user id click here. Get User Id
curl --request GET \
--url https://appdomains/dcapi/users-cloud/{userId} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Phone number associated with the user account.
Unique identifier of the role assigned to the user.
Name of the role assigned to the user.
Email address of the user.
Username of the user.
{
"computerScopeType": 0,
"phoneNumber": "1231231231",
"roleID": "9502000000014452",
"isSDPUser": false,
"roleName": "Administrator",
"mailID": "john.smith@example.com",
"userName": "john.smith"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.