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.memcontext.in/api/workspaces/{workspaceId}/team \ --header 'X-API-Key: <api-key>'
{ "members": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "email": "jsmith@example.com", "name": "<string>", "image": "<string>" } ], "invitations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ] }
API key created from the MemContext dashboard. Keys are prefixed with mc_.
mc_
Current members and pending invitations for a workspace.
owner
admin
member
viewer
Hide child attributes