Manage contact licenses
manage_contact_licensesAdd, update, or delete a contact's license. Provide type and number to add; use license ID to update or delete. Directly modifies license records.
Instructions
Add, update, or delete a license on a contact. For add provide type+number; for update/delete provide licenseId. Executes directly. Write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | License type (required). See list_smartlists LicenseType. | |
| action | Yes | ||
| number | No | License number (required). | |
| account | No | Which configured FastBound account to use for this one call — an alias or account number (see list_accounts). Omit to use the active account. | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. | |
| contactId | Yes | GUID of the contact. | |
| licenseId | No | Required for update/delete. | |
| copyOnFile | No | ||
| expiration | No | License expiration date (ISO). |