Skip to content

List user invites
Stable

Request

List user invites in a tenant

Security
apiKey
Path
enterprise_idstring, (uuid)required

Enterprise ID

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/authn2/v0/tenant/{enterprise_id}/invite' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Tenant user invites

Bodyapplication/json
countinteger
userinvitesArray of objects(TenantUserInviteResponse)
Response
{ "count": 0, "userinvites": [ {} ] }