cURL
curl --request GET \ --url https://api.upstash.com/v2/teams/{team_id} \ --header 'Authorization: Basic <encoded-value>'
[ { "team_id": "3423cb72-e50d-43ec-a9c0-f0f359941223", "team_name": "test_team_name_2", "member_email": "[email protected]", "member_role": "dev", "copy_cc": true } ]
This endpoint list all members of a team.
owner
admin
dev
finance
Was this page helpful?