OPENAPI / COMPONENTS / SCHEMAS

Template Add User Request

TemplateAddUserRequest

TemplateAddUserRequest data structure

object3properties
account_idstring

The id of the Account to give access to the Template. **NOTE:** The account id prevails if email address is also provided.

email_addressstring

The email address of the Account to give access to the Template. **NOTE:** The account id prevails if it is also provided.

skip_notificationboolean

If set to `true`, the user does not receive an email notification when a template has been shared with them. Defaults to `false`.