Search contact persons of organization

Query Params
ids
array of int64s

Filter contact persons by a list of IDs. Returns only contacts matching these IDs. Use comma-separated values for multiple IDs.

ids
int64

Filter contact persons by profile ID (shows only contacts linked to this profile via profile_persons)

string

Search term to filter contact persons by firstName (case-insensitive contains)

string

Search term to filter contact persons by lastName (case-insensitive contains)

string

Search term to filter contact persons by email (case-insensitive contains)

string
Defaults to lastName:asc

Sort contact persons by field and direction in format: field:direction Multiple fields can be separated by semicolon. Examples: lastName:asc, firstName:desc, lastName:asc;firstName:desc Valid fields: firstName, lastName, email, createdAt, updatedAt Valid directions: asc, desc (default: asc) Default sort: lastName:asc

string

Cursor token for pagination. Use the nextPageToken from the previous response to fetch the next page.

Usage:

  • Omit or pass empty string for the first page
  • Pass the nextPageToken from previous response for subsequent pages
  • When nextPageToken is null in the response, you've reached the last page

Benefits over offset-based pagination:

  • Consistent results even when data changes between requests
  • Better performance for large datasets (no row skipping)
  • No maximum page limit
integer
1 to 500
Defaults to 100

Page size. Specifies the maximum number of items to return in a single response.

Limits:

  • Minimum: 1
  • Maximum: 500
  • Default: 100
Headers
int64

Property ID

int64
required

Organization ID

Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json