AddUserToGroups Method (User)
- Last UpdatedNov 06, 2025
- 1 minute read
The AddUserToGroups() method adds the current user to the groups specified in a list. This overload of the method specifies the list of groups as an array.
| Overload | Description |
|---|---|
| AddUserToGroups(ArrayList) | The AddUserToGroups() method adds the current user to the groups specified in a list. This overload of the method specifies the list of groups as an array. |
| AddUserToGroups(List<Int32>) | The AddUserToGroups() method adds the current user to the groups specified in a list. This overload of the method specifies the IDs of the groups as a list of integers. |