IAzureADManagement Interface
Manages user accounts and licenses for Azure Active Directory.
Assembly: Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)
| Name | Description | |
|---|---|---|
![]() | AssignMSOUser(String^, String^) | Maps a Microsoft online account to a local user account. |
![]() | CreateMSOUser(String^, String^, String^) | Creates a Microsoft online account and maps it to a local user account. |
![]() | DeleteMSOUser(String^) | Deletes a Microsoft online account. |
![]() | DisableMSOUser(String^) | Disables a Microsoft online account. |
![]() | EnableMSOUser(String^) | Enables a Microsoft online account. |
![]() | GetAcceptedMSODomains() | Retrieves all accepted Microsoft online domains. |
![]() | GetAllMSOUsers() | Retrieves information about the Microsoft online users in the Active Directory group. |
![]() | GetMSOSubscriptionInfo() | Retrieves subscription information about a Microsoft online account. |
![]() | GetMSOUser(String^) | Retrieves user information from a Microsoft online account. |
![]() | SetMSOLicense(String^, array<MSOLicense^>^) | Assigns a license to a Microsoft online account. |
![]() | UnassignMSOUser(String^) | Removes the mapping between a Microsoft online account and a local user account. |
Community Additions
ADD
Show:
