Returns (Task)
Place the User in the designated Group.
Name | Description |
---|---|
user | |
group |
Example in C#
// Returns: nothing
await client.AddUserToGroupAsync(UserInfo user, GroupInfo group);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/INSTANCE.KEY/users/USER.KEY/groups\
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D '"/api/f/INSTANCE.KEY/groups/GROUP.KEY"'