crm_get_all_users
Retrieve all users in your Zoho organization, optionally filtering by type (e.g., AdminUsers). Use this to list users before drilling into individual user details or performing user management actions.
Instructions
Get all users in the organization with optional type filtering (AllUsers, AdminUsers, etc.)
Prerequisites: Use crm_get_all_profiles and crm_get_all_roles first for context Next Steps: Use crm_get_user_details for specific user analysis → crm_get_organization_details for user limits → crm_create_user for new users Common Pattern: User discovery → Individual user analysis → Role/profile assignment → User management operations Error Recovery: If user list incomplete, try different type filters → check organization user limits → verify API permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type filter (AllUsers, AdminUsers, etc.) |