Listing Users
To list users in your org, you can use the following command:
GET https://driftapi.com/users/list
{
"data": [
User (See User Model),
...
]
}
No pagination present on this query - this will return the full list of users (with the full user model metadata).
Updated over 3 years ago