Team membersList team members

List team members

Requires team-members:read. Returns a cursor page. Query predicates are AND-combined; in matches any listed value.

curl -X GET "https://app.inrepli.com/v1/team-members?limit=50&cursor=example_string&count=null&q=example_string&sort=-createdAt&filter[status]=example_string&filter[status][in]=example_string&filter[status][isNull]=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": [],
  "nextCursor": null
}
GET
/team-members
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Tenant API key beginning with inr_v1_.

Tenant API key beginning with inr_v1_.
query
limitinteger

Page size.

Min: 1 • Max: 100
query
cursorstring

Opaque nextCursor from the preceding page. Preserve filters, q, sort, count and include. Bound to tenant and key scopes; not a snapshot.

query
countstring

Optional complete filtered count.

Options: exact
query
qstring

Optional case-insensitive substring search of basic identity text, not custom fields or notes. Whitespace is trimmed.

Min length: 2 • Max length: 100
query
sortstring

Comma-separated fields: createdAt. Prefix - for descending. Default -createdAt; at most two distinct fields. Server appends id as a tie-breaker; nullable values sort last.

query
filter[status]string

Send once as a string. filter[field] is shorthand for filter[field][eq]. Dates must be valid calendar dates and timestamps must include a timezone.

query
filter[status][in]string

Comma-separated values (1–50), sent once as a string. No repeated keys or JSON arrays.

query
filter[status][isNull]string

Literal true for missing/null, false for present.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Tenant API key beginning with inr_v1_.

Query Parameters

limitinteger

Page size.

cursorstring

Opaque nextCursor from the preceding page. Preserve filters, q, sort, count and include. Bound to tenant and key scopes; not a snapshot.

countstring

Optional complete filtered count.

Allowed values:exact
qstring

Optional case-insensitive substring search of basic identity text, not custom fields or notes. Whitespace is trimmed.

sortstring

Comma-separated fields: createdAt. Prefix - for descending. Default -createdAt; at most two distinct fields. Server appends id as a tie-breaker; nullable values sort last.

filter[status]string

Send once as a string. filter[field] is shorthand for filter[field][eq]. Dates must be valid calendar dates and timestamps must include a timezone.

filter[status][in]string

Comma-separated values (1–50), sent once as a string. No repeated keys or JSON arrays.

filter[status][isNull]string

Literal true for missing/null, false for present.

Responses

dataarray
Required
nextCursorstring,null
Required
totalinteger