Click or drag to resize

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)
Syntax
public Group[] getUserGroups(
	string 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
ExceptionCondition
ApplicationExceptionInvalid authorization key
Remarks
The list of groups can be used to implement site-specific logic. Groups are user-defined.
See Also