OPENAPI / COMPONENTS / SCHEMAS
Template Add User Request
TemplateAddUserRequestTemplateAddUserRequest data structure
object3properties
account_idstringThe id of the Account to give access to the Template. **NOTE:** The account id prevails if email address is also provided.
email_addressstringThe email address of the Account to give access to the Template. **NOTE:** The account id prevails if it is also provided.
skip_notificationbooleanIf set to `true`, the user does not receive an email notification when a template has been shared with them. Defaults to `false`.