UserGroup 2.5 GetMetaData
Retrieves the metadata information for the specified user group
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psUserGroupId | String | In | The element name of the user group (e.g. VUSERGROUPDEFAULTDEPARTMENT) |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | The UserGroup ObjectList XML structure containing the metadata of the user groups |
Note that:
- When no user group is found with the supplied
psUserGroupId, anInvalidObjectExceptionis thrown. - The
levelattribute on theishfieldelement must be 'none'.