Is your feature request related to a problem? Please describe.
Currently, the PAS REST API does not support a straight move of accounts. In order to move an account from one safe to another, you must cybr accounts delete from old safe and cybr accounts add to the new safe.
Describe the solution you'd like
The delete and add actions merged into a single command: cybr accounts move.
Is your feature request related to a problem? Please describe. Currently, the PAS REST API does not support a straight move of accounts. In order to move an account from one safe to another, you must
cybr accounts delete
from old safe andcybr accounts add
to the new safe.Describe the solution you'd like The
delete
andadd
actions merged into a single command:cybr accounts move
.