Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
ID of the team
Response
200 - application/json
Team members retrieved successfully
ID of the team
Example:
"3423cb72-e50d-43ec-a9c0-f0f359941223"
Name of the team
Example:
"test_team_name_2"
Email of the team member
Example:
"example@upstash.com"
Role of the team member
Available options:
owner
, admin
, dev
, finance
Example:
"dev"
Whether to copy existing credit card information to team member or not
Example:
true