IAzureADManagement.DisableMSOUser Method (String)

 

Disables a Microsoft online account.

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

Syntax

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

Parameters

  • localUserName
    Type: System.String

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

See Also

IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace

Return to top