Skip to content

Get Users
Stable

Request

Get a list of users in the tenant

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/user/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Users List

Bodyapplication/json
countinteger
previousstring
nextstring
resultsArray of objects(User)
Response
{ "count": 0, "previous": "string", "next": "string", "results": [ {} ] }