Sazabi
APITeams

Add a team member

POST
/teams/{teamId}/members

Add an active organization member to a team.

Path Parameters

teamId*string

Team to add the member to.

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/teams/497f6eca-6276-4993-bfeb-53cbbbba6f08/members" \  -H "Content-Type: application/json" \  -d '{    "userId": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"}