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
Example request
{
"reportingManagerPhoneNumber": "919999999999",
"teamMemberPhoneNumbers": [
"919999999999",
"918888888888"
]
}Response
Operation successfully completed
Changes
No recorded changes to this endpoint across all 1 revision of this API.