IAzureADManagement.GetAllMSOUsers Method ()
Retrieves information about the Microsoft online users in the Active Directory group.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Management
Assembly: Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)
Syntax
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoUsers")]
MSOUser[] GetAllMSOUsers()
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "msoUsers")]
array<MSOUser^>^ GetAllMSOUsers()
<OperationContractAttribute>
<WebGetAttribute(UriTemplate := "msoUsers")>
Function GetAllMSOUsers As MSOUser()
Return Value
Type: Microsoft.WindowsServerSolutions.AzureADObjectModel.MSOUser[]
Returns MSOUser.
See Also
IAzureADManagement Interface
Microsoft.WindowsServerSolutions.WebApi.Management Namespace
Return to top