v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Team Members

List team members

Returns paginated team members with sorting and search support. Use all=false to enable pagination with limit and offset.

get/team-members

Query parameters

searchstring

Search query

sortstring

Sort field

order'asc' | 'desc'

Sort direction

limitinteger

Limit number of records returned

offsetinteger

Pagination offset

all'true' | 'false'

Return all records when true

Response

Team members retrieved

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "total": 42
  },
  "message": "Operation completed successfully"
}