Click or drag to resize

IDRARestServerGetSkypeOnlineAudioConferencingProviders Method

Gets the available Skype for Business Online audio conferencing providers available for a given user.
UriTemplate: /dra/skypeOnline/audioConferencingProviders/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/skypeOnline/audioConferencingProviders/get")]
Stream GetSkypeOnlineAudioConferencingProviders(
	string userIdentifier,
	ConnectionParameters connectionParameters
)

Parameters

userIdentifier
Type: SystemString
A string identifying the user. Supported formats are distinguishedName, LDAP path, and OnePoint path.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A SkypeOnlineAudioConferencingProviderEnumResponse containing the operation results
See Also