latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Conversations

List conversation members

get/conversations/{id}/members

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Members returned

Response

Successfully fetched Members list

nextCursorstring nullable required

The cursor to retrieve the next page of Members.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Members.

Example response

{
  "members": [
    {
      "id": 963,
      "firstName": "John",
      "lastName": "Doe"
    }
  ]
}