Skip to main content
Upstash Documentation

Add Team Member

This endpoint adds a new team member to the specified team.
1 min read
post/teams/member
Request example
Response
post/teams/member

Authorization

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

Body

application/json
team_idstringrequired#
Id of the team to add the member to
member_emailstringrequired#
Email of the new team member
member_roleenum<string>required#
Role of the new team member
Options:admindevfinance

Responses

application/json
200
Team member added 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