v1

latestOpenAPI 3.0.32026-07-26152525.0 KB
users

Get the list of all active users

get/api/v1/users

Query parameters

offsetinteger

The index of the first record to return

humanIdstring

The humanId of the user

clientUserIdstring

The clientUserId that the subscription is listening to

Response

OK

firstNamestring
lastNamestring
dateOfBirthstring date-time
humanIdstring required
clientUserEmailstring required
createdAtstring date-time required
updatedAtstring date-time required
statusstring required
suggestedSourcesstring[]
inviteLinkstring

Example response

[
  {
    "dateOfBirth": "1968-02-13T00:00:00.000Z"
  }
]