API

List team members

Returns the publicly listed team members of a workspace. Secret team members are not included.

GET/feeds/{feedId}/team-members

Authorization

apiKey feeds:read-only
x-api-key<token>

In: header

Scope: feeds:read-only

Path Parameters

feedId*string

Header Parameters

X-Api-Version?string

API version date. Requests without the header use 2026-07.

curl -X GET "https://example.com/feeds/string/team-members" \  -H "X-Api-Version: 2026-07"
{  "meta": {    "maxResults": 0.1  },  "items": [    {      "property1": null,      "property2": null    }  ]}
{  "traceId": "string",  "message": "string",  "path": "string",  "timestamp": "string",  "statusCode": 0.1}
{  "traceId": "string",  "message": "string",  "path": "string",  "timestamp": "string",  "statusCode": 0.1}