 | UserManagementServicegetGroups Method |
Gets all SeniorSystems security groups.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic Group[] getGroups(
string authKey
)
Public Function getGroups (
authKey As String
) As Group()
public:
array<Group^>^ getGroups(
String^ authKey
)
public function getGroups(
authKey : String
) : Group[]
function getGroups(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
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