Documentation Center

User 2.5 GetMyMetaData

This function retrieves the requested metadata of the current authenticated user.


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.
psXMLRequestedMetaDataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringOutThe User ObjectList XML Structure containing the metadata of the users

Note that this is an overload of User.GetMetaData where we use the authentication context to identify the current user.