Teams

Make a team member a reporting manager

Promotes an existing team member to a reporting manager by creating a team for them. Optionally assigns one or more existing members directly under them.

post/team-member/make-reporting-manager

Request body

reportingManagerPhoneNumberstring required

Phone number of the team member to promote to reporting manager

teamMemberPhoneNumbersstring[]

Phone numbers of existing members to assign under the new reporting manager. Required if the member does not already have a team.

Example request

{
  "reportingManagerPhoneNumber": "919999999999",
  "teamMemberPhoneNumbers": [
    "919999999999",
    "918888888888"
  ]
}

Response

Operation successfully completed

successboolean required

Indicates whether the operation was successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.