This command copies users from the default VAST provider to another VAST provider.
Copying from a non-default provider is not supported.
Usage
user copy --destination-provider-id ID
[--tenant-id TENANT]
[--user-ids USERS]Required Parameters
| Specifies the VAST provider to which the users are copied. Cannot be the default provider. |
Options
| Specifies the tenant containing the provider and users. If included, then all users with S3 access keys for this tenant are copied. This parameter cannot be specified together with |
| Specifies a list of a users to copy. This parameter cannot be specified together with |
Example
To copy three users (IDs 10, 11, 12) from the default VAST provider to provider with ID 2:
vcli: admin> user copy --destination-provider-id 2 --user-ids 10, 11, 12
This example copies all users from a tenant (ID 7):
vcli: admin> user copy --destination-provider-id 2 --tenant-id 7