cm_add_person
Add a person to a client account using their email address and name, with optional access level and password.
Instructions
Add a new person to a client account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Person's full name. | |
| Password | No | Initial password for the person. | |
| clientId | Yes | Client ID (a hex string identifying the client). | |
| AccessLevel | No | Bitmask of access permissions (see Campaign Monitor docs). | |
| EmailAddress | Yes | Person's email address. |