Retrieves the group names that the specified user belongs to.
string @LogInGetGroupsOfUser(string username);
Parameters
string username: The username
Return Value
Returns the group names that the user belongs to. If the user belongs to multiple groups, the names are returned separated by commas.
Example
groups = @LogInGetGroupsOfUser("User1");
Description: Returns the group names that User1 belongs to.
Version Information
Supported Version: 10.2.5 or Higher
Related Helps