POST
/
v1
/
teams
/
{teamId}
/
members
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "invitedBy": "<string>",
  "teamId": "<string>",
  "teamName": "<string>",
  "isActive": true,
  "role": "<string>",
  "isOwner": true,
  "joinedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

teamId
string
required

Body

application/json

Response

201
application/json

Operation successful

The response is of type object.