curl -X GET \ https://api.upstash.com/v2/teams/:id \ -u 'EMAIL:API_KEY'
[ { "team_id": "3423cb72-e50d-43ec-a9c0-f0f359941223", "team_name": "test_team_name_2", "member_email": "example@upstash.com", "member_role": "dev" }, { "team_id": "3423cb72-e50d-43ec-a9c0-f0f359941223", "team_name": "test_team_name_2", "member_email": "example_2@upstash.com", "member_role": "owner" } ]
This endpoint list all members of a team.
Documentation IndexFetch the complete documentation index at: https://upstash-vector.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://upstash-vector.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?