Team memberships

Add user to a team

Team memberships for capacity planning teams. Users can be either Aha! users or virtual users

post/teams/{team_id}/team_memberships

Path parameters

team_idstring required

TeamId identifier

Request body

Example request

{
  "team_membership": {
    "user_id": 689956296
  }
}

Response

No content - operation successful

Changes

No recorded changes to this endpoint across all 5 revisions of this API.