SurveyTale Docs

Get users

Gets users from the database.<br />Only available for self-hosted SurveyTale.

Authorization

apiKeyAuth
x-api-key<token>

Use your SurveyTale x-api-key to authenticate.

In: header

Path Parameters

organizationId*string

The ID of the organization

Match^[0-9a-z]+$
Formatcuid2

Query Parameters

limit?number

Number of items to return

Default50
Range1 <= value <= 250
skip?number

Number of items to skip

Range0 <= value
sortBy?string

Sort by field

Default"createdAt"
Value in"createdAt" | "updatedAt"
order?string

Sort order

Default"desc"
Value in"asc" | "desc"
startDate?string

Start date

endDate?string

End date

filterDateField?string

Date field to filter by

Value in"createdAt" | "updatedAt"
id?string
email?string

Response Body

application/json