Partager via


IAzureADManagement.GetMSOUser Method (String)

 

Retrieves user information from a Microsoft online account.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Management
Assembly:  Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)

Syntax

[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoUser?localUserName={localUserName}")]
MSOUser GetMSOUser(
    string localUserName
)
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoUser?localUserName={localUserName}")]
MSOUser^ GetMSOUser(
    String^ localUserName
)
<OperationContractAttribute>
<WebGetAttribute(UriTemplate := "msoUser?localUserName={localUserName}")>
Function GetMSOUser (
    localUserName As String
) As MSOUser

Parameters

  • localUserName
    Type: System.String

    The user name of the local user account that is mapped to the Microsoft online account.

Return Value

Type: Microsoft.WindowsServerSolutions.AzureADObjectModel.MSOUser

Returns MSOUser.

See Also

IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace

Return to top