post_contacts
Create a new contact with name, email, phone, roles, and locale, and add it to your Starlink account. Requires admin permissions.
Instructions
Create contact — Required permission: Admin Only - API User Management, Edit.Creates the contact if it is new, and adds the contact to the authenticated account. — [POST /public/v2/contacts]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstName | Yes | Contact first name. | |
| lastName | Yes | Contact last name. | |
| roles | Yes | Contact roles on account. | |
| Yes | Contact email. | ||
| phoneNumber | Yes | Contact phone number. | |
| locale | Yes | Contact locale. |