List Users
list_usersRetrieves all Recruit CRM users with ID, name, and status. Use these IDs to assign owners, creators, attendees, or collaborators on records like candidates, jobs, companies, and contacts.
Instructions
Lists all Recruit CRM users and returns compact summaries of each user's id, first_name, last_name, and status. User IDs from this tool are used as owner_id, created_by, updated_by, attendee_users, and collaborator_user_ids on candidates, jobs, companies, contacts, tasks, meetings, notes, and call logs. Enable include_teams to include team memberships per user; enable include_contact_info to also include email and contact_number. Returns all users in a single response with no pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_teams | No | Opt-in flag (default false). When true, each user includes team memberships. | |
| include_contact_info | No | Opt-in flag (default false). When true, each user also includes email and contact_number. Leave off unless the user explicitly needs contact details. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | ||
| returned_count | Yes |