cm_update_person
Update an existing person's name, email, password, and access level in a specific client account. Provide the client ID, current email, and new email to modify subscriber information.
Instructions
Update an existing person on a client account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | New full name. | |
| Yes | Current email address of the person to update. | ||
| Password | No | New password. | |
| clientId | Yes | Client ID (a hex string identifying the client). | |
| AccessLevel | No | Bitmask of access permissions. | |
| EmailAddress | Yes | New email address. |