Returns a list of all Rev Users belonging to the authenticated user’s Dev Organization.
Filters for Rev users that were created by the specified user(s).
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
Filters for custom fields.
List of emails of Rev users to be filtered.
List of external refs to filter Rev users for.
Value of is_verified field to filter the Rev users.
The maximum number of Rev users to return. The default is ‘50’.
The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.
List of phone numbers, in E.164 format, to filter Rev users on.
List of IDs of Rev organizations to be filtered.
Fields to sort the Rev users by and the direction to sort them.
List containing all the Rev users.
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.