Add User to Template
Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
Basic authentication of the form Basic <base64(username:)>.
Bearer authentication of the form Bearer <token>, where token is your auth token.
The id of the Account to give access to the Template. NOTE: The account id prevails if email address is also provided.
The email address of the Account to give access to the Template. NOTE: The account id prevails if it is also provided.
If set to true, the user does not receive an email notification when a template has been shared with them. Defaults to false.