IWsCommonGetUserInfo Method
|
The method gets the user information. Using the method GetUserInfo of Aruba WsCommon, you can get detailed
information at the time the account specified authentication.
For example, you can learn about the unique identifier assigned to the (UserId),
or whether the user is active or is disabled.
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<UserInfo> GetUserInfo()
<OperationContractAttribute>
Function GetUserInfo As WsResult(Of UserInfo)
[OperationContractAttribute]
WsResult<UserInfo^>^ GetUserInfo()
[<OperationContractAttribute>]
abstract GetUserInfo : unit -> WsResult<UserInfo>
function GetUserInfo() : WsResult<UserInfo>
Return Value
Type:
WsResultUserInfo
See Also