Add a Person to an Access Level Group Returns (Task.)
Overview of SetAccessLevelGroupForPersonAsync goes here.
| Name | Description |
|---|---|
| person | The Person. |
| accessLevelGroup | The Access Level Group. |
Example in C#
// Returns: nothing
await client.SetAccessLevelGroupForPersonAsync(PersonInfo person, AccessLevelGroupInfo accessLevelGroup);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/accesslevelgroups?accesslevelgroupid=ACCESSLEVELGROUP.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \