InviteUserToEngageSiteAsync

Invites a user to an Engage site by email address. Returns ()

Send an invitation to a new user for the designated Engage Site.

Name Description
item The Engage site to invite the user to
emailAddress The email address of the user to invite

Invite User To Engage Site Async

Example in C#

// Returns: nothing
await client.InviteUserToEngageSiteAsync(EngageSiteInfo item, String emailAddress);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagesites/ENGAGESITE.KEY/invite \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'
               -H 'Content-Type: application/json' \
               -d '"support@acresecurity.com"'