update-contact-folder
Rename or move a contact folder by updating its display name or parent folder ID in Microsoft 365.
Instructions
Update the properties of contactfolder object.
💡 TIP: Updates a contact folder. Body: { displayName?: 'New name', parentFolderId?: '' } — both displayName (rename) and parentFolderId (move) are writable. The default 'Contacts' folder may not be renameable. Get the folder id via list-contact-folders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| contactFolderId | Yes | Path parameter: contactFolderId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |