List Users
ploomes_users_listRetrieve a list of users from Ploomes CRM with details such as name, email, role, and profile. The returned IDs can be used to assign ownership of contacts, deals, tasks, and interactions.
Instructions
List users in the Ploomes CRM account. Returns Id, Name, Email, AvatarUrl, RoleId, ProfileId, Phone, etc. Use the returned Id as OwnerId when creating or assigning contacts, deals, tasks, and interaction records. Use $expand=Role,Profile,Teams,OtherProperties to include related data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData $filter expression. E.g.: "Name eq 'John'", "Email eq 'john@example.com'" | |
| select | No | Fields to return. E.g.: "Id,Name,Email,RoleId,ProfileId,Phone" | |
| expand | No | Related entities to include. Available: "Role", "Profile", "Teams", "OtherProperties". E.g.: "Role,Profile,Teams,OtherProperties" | |
| orderby | No | Sort expression. E.g.: "Name asc" | |
| top | No | Max items to return (default 50, max 300) | |
| skip | No | Items to skip for pagination |