IAzureADManagement Interface

 

Manages user accounts and licenses for Azure Active Directory.

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

[ServiceContractAttribute(Name = "AzureADManagement", Namespace = "http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi")]
public interface class IAzureADManagement

NameDescription
System_CAPS_pubmethodAssignMSOUser(String^, String^)

Maps a Microsoft online account to a local user account.

System_CAPS_pubmethodCreateMSOUser(String^, String^, String^)

Creates a Microsoft online account and maps it to a local user account.

System_CAPS_pubmethodDeleteMSOUser(String^)

Deletes a Microsoft online account.

System_CAPS_pubmethodDisableMSOUser(String^)

Disables a Microsoft online account.

System_CAPS_pubmethodEnableMSOUser(String^)

Enables a Microsoft online account.

System_CAPS_pubmethodGetAcceptedMSODomains()

Retrieves all accepted Microsoft online domains.

System_CAPS_pubmethodGetAllMSOUsers()

Retrieves information about the Microsoft online users in the Active Directory group.

System_CAPS_pubmethodGetMSOSubscriptionInfo()

Retrieves subscription information about a Microsoft online account.

System_CAPS_pubmethodGetMSOUser(String^)

Retrieves user information from a Microsoft online account.

System_CAPS_pubmethodSetMSOLicense(String^, array<MSOLicense^>^)

Assigns a license to a Microsoft online account.

System_CAPS_pubmethodUnassignMSOUser(String^)

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

Return to top

Community Additions

ADD
Show: