Controller: Vault Management: StartTransferOwner
StartTransferOwner
Start the change email procedure.
When calling this API call, an email is sent to the new email address unless the SkipConfirmation is set to ‘true’.
The SkipConfirmation is only available with AMS authentication, when set to ‘false’ the new owner must confirm the transfer. The ConfirmTransferOwner API call is used for that
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
New Email address to transfer to | ||
SkipConfirmation | Boolean | true/false only valid with AMS credentials |
FileserverName | String | Vault NMSA |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | If True the password was changed |
EXAMPLES
curl 'https://secure.nomadesk.com/ctrller/api.php?Task=StartTransferOwner&Token=1ja3ekpa887455i21cuucn77g85&Email=user@nomadesk.com&SkipConfirmation=true&FileserverName=nmsa744589152332'
RESPONSE
<?xml version="1.0" encoding="utf-8" ?>
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>