Returns ()
Send an invitation to a new user for the designated Engage Site.
Name | Description |
---|---|
item | |
emailAddress |
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@feenics.com"'