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.mnemom.ai/v1/orgs/{org_id}/members \ --header 'Authorization: Bearer <token>'
{ "members": [ { "user_id": "<string>", "email": "<string>", "accepted_at": "2023-11-07T05:31:56Z" } ] }
List organization members
Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Members list
Show child attributes
Suggestions
Contact support