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/teams/{team_id}/admins \ --header 'Authorization: Bearer <token>'
{ "admins": [ { "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "granted_at": "2023-11-07T05:31:56Z", "granted_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
Returns users with team-admin role on this team.
Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)
Team-admin grants.
Show child attributes
Suggestions
Contact support