Tool to list all users with optional filtering, searching, ordering, and pagination. Use when you need to retrieve user records across your organization.
pageintegerPage number to retrieve, must be >= 1.
searchstringFull-text search across username, email, user_group, first_name, and last_name.
orderingstringComma-separated ordering fields. Supported: username, email, date_joined, user_group, first_name, last_name. Prefix with '-' for descending order.
page_sizeintegerNumber of users per page, must be between 1 and 100.
email__exactstringFilter by email exact match.
organizationintegerFilter by organization ID exact match.
customer_planstringFilter by customer plan exact match.
date_joined__gtstringFilter by date joined greater than this ISO 8601 timestamp.
date_joined__ltstringFilter by date joined less than this ISO 8601 timestamp.
username__exactstringFilter by username exact match.
date_joined__gtestringFilter by date joined greater than or equal to this ISO 8601 timestamp.
date_joined__ltestringFilter by date joined less than or equal to this ISO 8601 timestamp.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.