put_contacts_by_subject_id
Update a contact's roles and phone number by providing the subject ID of the contact on the authenticated account.
Instructions
Update contact — Required permission: Admin Only - API User Management, Edit.Update contact on the authenticated account. — [PUT /public/v2/contacts/{subjectId}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subjectId | Yes | Subject Id of the contact to be updated. | |
| roles | No | Contact roles on the account. | |
| phoneNumber | No | Contact phone number. |