IAzureADManagement.UnassignMSOUser Method (String)

 

Removes the mapping between a Microsoft online account and a local user account.

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

Syntax

[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "msoUser/unassign?localUserName={localUserName}", 
    Method = "POST")]
void UnassignMSOUser(
    string localUserName
)
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "msoUser/unassign?localUserName={localUserName}", 
    Method = "POST")]
void UnassignMSOUser(
    String^ localUserName
)
<OperationContractAttribute>
<WebInvokeAttribute(UriTemplate := "msoUser/unassign?localUserName={localUserName}",
    Method := "POST")>
Sub UnassignMSOUser (
    localUserName As String
)

Parameters

  • localUserName
    Type: System.String

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

See Also

IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace

Return to top