Users

List project users

This endpoint retrieves a list of users tracked within the project. It supports pagination, filtering, and sorting options.

GET
/v1/external-users
curl --request GET \
  --url https://api.lunary.ai/v1/external-users \
  --header 'Authorization: Bearer <api_key>' \
  --header 'Content-Type: application/json'

Parameters

NameLocated InRequiredSchema
limitqueryNointeger
pagequeryNointeger
searchqueryNostring
startDatequeryNostring
endDatequeryNostring
timeZonequeryNostring
sortFieldqueryNostring
sortDirectionqueryNostring
checksqueryNostring

Responses

200

Successful response

PropertyTypeDescription
totalinteger
pageinteger
limitinteger
dataarray

Questions? We're here to help.

Email