VMware Cloud Community
Virtu89
Enthusiast
Enthusiast
Jump to solution

I can´t create local users in VCSA appliance 6.0

When I create a local user in VCSA with the following command in SSH:

localaccounts.user.add --role SuperAdmin --username XXX_xxx

I have the following output:

Error in method: You provided no value for the  required parameter. (code 2701)

Attributes: {}

Why? How I can solve it?

Thanks

0 Kudos
1 Solution

Accepted Solutions
Virtu89
Enthusiast
Enthusiast
Jump to solution

Solved.

The command is:

localaccounts.user.add --role SuperAdmin --username XXX_xxx --password

View solution in original post

0 Kudos
1 Reply
Virtu89
Enthusiast
Enthusiast
Jump to solution

Solved.

The command is:

localaccounts.user.add --role SuperAdmin --username XXX_xxx --password

0 Kudos