Skip to main content
GET
/
teams
/
{team_id}
Get Team Members
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
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

team_id
string
required

Response

200 - application/json
team_id
string
Example:
team_name
string
Example:
member_email
string
Example:
member_role
enum<string>
Available options:
owner,
admin,
dev,
finance
Example:
copy_cc
boolean
Example: