List associated people
Returns a paginated list of associated people. Supports filtering by first name, last name, and email. Results are sorted by createdAt descending (newest first).
GET
List associated people
Authorizations
Query Parameters
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
Search associated people by first name, last name, or email.
Example:
"John"
Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
List of associated people matching the query criteria.
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
List associated people