Retrieves a paginated list of all users configured in the organization, including their login ID, role, email, phone number, creation time, and account status. Supports page-based pagination.
https://{server-hostname}:8383/emsapi/users/info
Admin.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/emsapi/users/info \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Pagination metadata describing the current page and applied limit.
Maximum number of user records per page.
Current page number.
Total number of users available across all pages.
Paginated list of user detail objects.
Timestamp when the user was created.
Unique login identifier for the user.
Timestamp when the user was last modified.
Authentication domain of the user (e.g., Local).
Email address of the user.
Name of the role assigned to the user.
Phone number of the user.
Display name of the user.
Login identifier of the user who created this account.
Current account status of the user.
Total number of pages for the current page limit.
Pagination navigation links for next and previous pages.
Link to next page; null when current page is the last page.
Link to previous page; null when current page is the first page.
Operation result indicator.
Paginated list of users with role and status details.
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "3",
"messageResponse": [
{
"creation_time": "Nov 3, 2025 01:13 PM",
"login_id": "1",
"modified_time": "Nov 3, 2025 01:13 PM",
"domainname": "Local",
"emailid": "alex.morgan@example.com",
"um_role_name": "Security Auditor",
"landline": "22222676",
"first_name": "Alex Morgan",
"created_by": "1",
"status": "Not Active"
},
{
"creation_time": "Nov 3, 2025 01:13 PM",
"login_id": "302",
"modified_time": "Nov 3, 2025 01:13 PM",
"domainname": "Local",
"emailid": "priya.shah@example.com",
"um_role_name": "Security Auditor",
"landline": "22222676",
"first_name": "Priya Shah",
"created_by": null,
"status": "Not Active"
},
{
"creation_time": "Nov 3, 2025 01:13 PM",
"login_id": "301",
"modified_time": "Nov 3, 2025 01:13 PM",
"domainname": "Local",
"emailid": "daniel.lee@example.com",
"um_role_name": "Security Auditor",
"landline": "22222676",
"first_name": "Daniel Lee",
"created_by": null,
"status": "Not Active"
}
],
"totalPages": 1,
"Links": {
"next": null,
"prev": null
},
"status": "success"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.