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 POST \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/members \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "email": "jsmith@example.com" } '
{ "id": "<string>", "name": "<string>", "email": "<string>", "added_at": "2023-11-07T05:31:56Z", "added_by": "<string>" }
Adds a member to the project by email.
API key passed in the header
Member added successfully.
Was this page helpful?