Skip to main content
Upstash Documentation

Get Team Members

This endpoint list all members of a team.
1 min read
get/teams/{team_id}
Request example
Response
get/teams/{team_id}

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Path parameters

team_idstringrequired#
ID of the team

Responses

application/json
200
Team members retrieved successfully
team_idstring#
ID of the team
team_namestring#
Name of the team
member_emailstring#
Email of the team member
member_roleenum<string>#
Role of the team member
Options:owneradmindevfinance
copy_ccboolean#
Whether to copy existing credit card information to team member or not