v1

latestOpenAPI 3.0.3MIT2026-07-1373217576.0 KB
Template

Add User to Template

Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.

post/template/add_user/{template_id}

Path parameters

template_idstring required

The id of the Template to give the Account access to.

Request body

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 email

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.

Response

successful operation