ActivateOwnerChange is used to finish an OwnerChange using the respective "action" parameter.
- Approve: To approve an OwnerChange request.
- Deny: To reject an OwnerChange request.
- Cancel: To cancel a pending OwnerChange request.
ActivateOwnerChange is used to finish an OwnerChange using the respective "action" parameter.
Approve OwnerChange only works with respective trigger code. Transferlock can be set optionally.
command = ActivateOwnerChange
action = APPROVE
trigger = 1234567890
transferlock = 1
Reject OwnerChange request only works with respective trigger code.
command = ActivateOwnerChange
action = DENY
trigger = 1234567890
Cancel OwnerChange request only works with respective domain name.
command = ActivateOwnerChange
domain = example.com
action = CANCEL
We domains
-