Click or drag to resize

UserManagementServicegetGroups Method

Gets all SeniorSystems security groups.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public Group[] getGroups(
	string authKey
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

Type: Group
A list of Group objects which contain these members.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
The list of groups can be used to implement site-specific logic. Groups are user-defined.

The authorization key provided must be linked to an administrator role.

See Also