Skip to main content

Add a member to a team

POST 

/api/v1/organizations/teams/:team_id/members

Add a member (optionally a manager) to a team.

  • Owner/Admin can add to any team.
  • Managers can only add to teams they manage.
  • 400 if data.user_id is not a member of the caller's organization.
  • API-key scope required: teams:manage_members.

Request

Responses

Successful Response