 | UserManagementServicegetUserGroups Method |
Gets the SeniorSystems security groups assigned to a specific user.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic Group[] getUserGroups(
string authKey
)
Public Function getUserGroups (
authKey As String
) As Group()
public:
array<Group^>^ getUserGroups(
String^ authKey
)
public function getUserGroups(
authKey : String
) : Group[]
function getUserGroups(authKey);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
Return Value
Type:
Group
A list of
Group objects which contain
these members.
Exceptions
Remarks
The list of groups can be used to implement site-specific logic. Groups are user-defined.
See Also