Skip to content

Get Users details
Stable

Request

This endpoint allows to fetch user list of a tenant

Query
legacy_user_idinteger

Legacy User ID

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/authn2/v1/users/?legacy_user_id=0'

Responses

Users fetched successfully.

Bodyapplication/json
user_idstring(user id)
tenant_idstring, (uuid)(tenant id)
partner_idstring, (uuid)(partner id)
emailstring(email)
namestring(name)
connection_idstring(connection id)
created_atstring, (timestamp)(created_at)
updated_atstring, (timestamp)(updated_at)
Response
{ "user_id": "string", "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0", "partner_id": "6a3a39f6-861b-4a48-b868-5de838400e06", "email": "string", "name": "string", "connection_id": "string", "created_at": "string", "updated_at": "string" }