PSGroupsGet Method

Description

Gets a list of all of the Microsoft Office Project Server 2003 security group names.

Syntax

<Request>
   <PSGroupsGet />
</Request>

Parameters

None

Return Value

If the request is successful, PSGroupsGet returns a successful HRESULT and STATUS and a list of all of the Project Server security group names. Count shows the number of groups.

<Reply>
   <HRESULT></HRESULT>
   <STATUS></STATUS>
   <UserName></UserName>
   <PSGroups>
      <Count></Count>
      <PSGroup>
         <PSGroupName></PSGroupName>
      </PSGroup>
   </PSGroups>
</Reply>

Remarks

The currently logged-on user must have the appropriate Project Server permission in order to see the Manage Users and Groups page; the PDS checks to determine whether that user has been granted PermissionID 710.