Update a team member
update_team_memberMUTATES YouCanBookMe data: updates a team member on a profile. YCBM API: PATCH /v1/profiles/{profileId}/teammembers/items/{teamMemberId} (JSON, partial update). Pass changed fields (name, email, description, calendarId, ...) via the fields passthrough. Path ids are never sent in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Additional documented YCBM fields to send in the JSON write body — merged OVER the typed fields above. | |
| profileId | Yes | The profile (booking page) id (path only; required). | |
| teamMemberId | Yes | The team member id to update (path only; required). |