Scan Rev Users
Scans through all Rev users.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
associations
Filters for Rev users with specified associations (account/workspace).
created_by
Filters for Rev users that were created by the specified user(s).
created_date.after
Filters for objects created after the provided timestamp (inclusive).
created_date.before
Filters for objects created before the provided timestamp (inclusive).
cursor
The cursor to resume iteration, otherwise the beginning if not
provided.
email
List of emails of Rev users to be filtered.
external_ref
List of external refs to filter Rev users for.
is_verified
Value of is_verified field to filter the Rev users.
modified_date.after
Filters for objects created after the provided timestamp (inclusive).
modified_date.before
Filters for objects created before the provided timestamp (inclusive).
phone_numbers
List of phone numbers, in E.164 format, to filter Rev users on.
rev_org
List of IDs of Rev organizations to be filtered.
Response
The response to scanning Rev users.
rev_users
The iterated Rev users.
next_cursor
The cursor that should be used to resume iteration, otherwise if
not provided, then iteration has completed.