ghost_update_member
Updates an existing member's details in Ghost CMS, including email, name, subscription status, and labels. All fields are optional except the member ID.
Instructions
Updates an existing member in Ghost CMS. All fields except id are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| No | |||
| name | No | ||
| note | No | ||
| subscribed | No | Whether member is subscribed to newsletter | |
| comped | No | Whether member has complimentary subscription | |
| labels | No | Array of label names to associate with member | |
| newsletters | No | Array of newsletter IDs to subscribe member to |