Apache CloudStack 4.22.0.0 Root Admin API Reference
moveUser
Moves a user to another account in the same domain.
Request parameters
| Parameter Name | Description | Required |
| id | id of the user to be moved. | true |
| account | Moves the user under the specified account. If no account name is specified, it is necessary to provide an account id. | false |
| accountid | Moves the user under the specified account. If no account id is specified, it is necessary to provide an account name. | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |