Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
auth-connection
auth-tokens
dev-users
Product builders and service providers
GET
Get
POST
Get Post
GET
List
POST
List Post
GET
Self
POST
Self Post
parts
rev-orgs
tags
timeline-entries
webhooks
works
accounts
slas
keyring
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Snap-in development
Concepts
Tutorials
ADaaS
References
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
API Reference
dev-users
List
GET
https://
api.devrev.ai
/
dev-users.list
Lists users within your organization.
Query parameters
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
email
string
Optional
Filters Dev users based on email addresses.
external_identity.id
string
Optional
Unique ID of the user in the external source.
external_identity.issuer
string
Optional
Issuer of the external identity of the user.
limit
integer
Optional
The maximum number of Dev 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
sort_by
string
Optional
Fields to sort the Dev users by and the direction to sort them.
state
enum
Optional
Filters Dev users based on state.
Show 6 enum values
Response
This endpoint returns an object.
dev_users
list of objects
The list of Dev users.
Show 16 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