UserRole 2.5 GetMetaData
Retrieves the metadata information for the specified user role
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. |
| psUserRoleId | String | In | The element name of the user role (e.g. VUSERROLEADMINISTRATOR) |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | The UserRole ObjectList XML structure containing the metadata of the user roles |
Note that:
- When no user role is found with the supplied
psUserRoleId, anInvalidObjectExceptionis thrown. - The
levelattribute on theishfieldelement must be 'none'.