Documentation Center

UserRole 2.5 GetMetaData

Retrieves the metadata information for the specified user role

Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated 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.
psUserRoleIdStringInThe element name of the user role (e.g. VUSERROLEADMINISTRATOR)
psXMLRequestedMetaDataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringOutThe UserRole ObjectList XML structure containing the metadata of the user roles

Note that:
  • When no user role is found with the supplied psUserRoleId, an InvalidObjectException is thrown.
  • The level attribute on the ishfield element must be 'none'.