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
customization
search
service-accounts
snap-ins
snap-widgets
surveys
sys-users
GET
List
POST
List Post
POST
Update
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
sys-users
List
GET
https://
api.devrev.ai
/
sys-users.list
Lists system users within your organization.
Query parameters
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
limit
integer
Optional
The maximum number of system users to return. Value can range from '1' to '100', with a default of '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 system users by and the direction to sort them.
Response
This endpoint returns an object.
sys_users
list of objects
The list of system users.
Show 12 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