Skip to main content
GET
List End Users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string<ulid>
required

Query Parameters

first
integer
default:20
before
string
after
string

Search is a string that is used to filter the list of End Users. The search string is matched against the id, externalId and displayName fields.

Response

OK

totalCount
integer
required
users
object[]
required
next
string
prev
string