Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/members \ --header 'anchor-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "email": "<string>", "added_at": "2023-11-07T05:31:56Z", "added_by": "<string>" } ]
Lists members of the project.
API key passed in the header
Members retrieved successfully.
Was this page helpful?