Add a customer login
add_customer_userCreate a login for one of your customers so they can sign in to the published dashboard and see their own data. If you do not supply a password a strong one is generated and returned once. Subject to your plan's users-per-customer limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The person's email address. Must be unique on this dashboard. | ||
| password | No | Leave empty to have a strong password generated. | |
| dashboardId | Yes | Dashboard id. | |
| customerRecordId | Yes | The customer's id from list_customers. |