Returns (Task)
Overview of SendMobileInviteAsync goes here.
Name | Description |
---|---|
person | |
messageTemplateKey |
Example in C#
// Returns: Boolean
var item = await client.SendMobileInviteAsync(PersonInfo person, String messageTemplateKey);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PEOPLE.KEY/sendmobileinvite \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"messagetemplatekeyexampleforcurl"'