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).