User 2.5 GetMyMetaData
This function retrieves the requested metadata of the current authenticated user.
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. |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | The 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.