Scan Rev Users (POST)
Scans through all Rev users.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
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
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
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.