MoveSpeaker

Moves a speaker from one database to another.

Type: synchronous

Parameter Description Required
database The name of the database that currently contains the speaker. Yes
identifier The identifier of the speaker to move. Yes
newdatabase The name of the database to move the speaker to. Yes

Example

The following example moves a speaker from the news database to the politicians database:

/action=MoveSpeaker&database=news
                   &identifier=a4a28eb52367f51057c9904807a9d564
                   &newdatabase=politicians

Response

<autnresponse>
  <action>MOVESPEAKER</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>