| IDRARestServerUserMoveToSkypePool Method |
Moves the pool of Skype Enabled User
UriTemplate: /dra/domains/{domainFqdn}/users/skype/pool/put
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/domains/{domainFqdn}/users/skype/pool/put")]
Stream UserMoveToSkypePool(
string domainFqdn,
string userIdentifier,
string targetPool,
Nullable<bool> force,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/users/skype/pool/put")>
Function UserMoveToSkypePool (
domainFqdn As String,
userIdentifier As String,
targetPool As String,
force As Nullable(Of Boolean),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain where the user is located - userIdentifier
- Type: SystemString
A string identifying the user. Supported formats are: name or distinguishedName - targetPool
- Type: SystemString
The target pool of the Skype Enabled User - force
- Type: SystemNullableBoolean
If present, moves the user account but deletes any associated user data (such as conferences that the user has scheduled).
If not present, both the account and the associated data are moved. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
RestResponse object containing the operation results
See Also