Skip to main content
GET
/
teams
/
{team_id}
/
admins
List team-admin grants
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

Response

Team-admin grants.

admins
object[]
required