Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
notifications
conversations
auth-connection
dev-users
engagements
event-source
groups
operate
keyring
links
slas
product-usage
schedules
parts
question-answers
rev-orgs
rev-users
POST
Create
POST
Delete
GET
Get
POST
Get Post
POST
Link Rev User To Rev Org
GET
List
POST
List Post
GET
Scan
POST
Scan Post
POST
Unlink Rev User From Rev Org
POST
Update
customization
search
service-accounts
snap-ins
snap-widgets
surveys
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
rev-users
List
GET
https://
api.devrev.ai
/
rev-users.list
Returns a list of all Rev Users belonging to the authenticated user's Dev Organization.
Query parameters
created_by
string
Optional
Filters for Rev users that were created by the specified user(s).
created_date.after
datetime
Optional
Filters for objects created after the provided timestamp (inclusive).
created_date.before
datetime
Optional
Filters for objects created before the provided timestamp (inclusive).
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
custom_fields
map from strings to any
Optional
Filters for custom fields.
email
string
Optional
List of emails of Rev users to be filtered.
external_ref
string
Optional
List of external refs to filter Rev users for.
is_verified
boolean
Optional
Value of is_verified field to filter the Rev users.
limit
integer
Optional
The maximum number of Rev users to return. The default is '50'.
mode
"after" or "before"
Optional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values:
after
before
modified_date.after
datetime
Optional
Filters for objects created after the provided timestamp (inclusive).
modified_date.before
datetime
Optional
Filters for objects created before the provided timestamp (inclusive).
phone_numbers
string
Optional
List of phone numbers, in E.164 format, to filter Rev users on.
rev_org
string
Optional
List of IDs of Rev organizations to be filtered.
sort_by
string
Optional
Fields to sort the Rev users by and the direction to sort them.
tags
string
Optional
List of tags to be filtered.
Response
This endpoint returns an object.
rev_users
list of objects
List containing all the Rev users.
Show 22 properties
next_cursor
string
Optional
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
prev_cursor
string
Optional
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.
Built with