Which command is used to add users to or from existing roles?
Which command is used to add users to or from existing roles?
The correct command to add users to roles is 'Add rba user <user name> roles <list>' because it explicitly includes roles in its syntax, matching the requirement to specify roles while adding the user.
To assign an RBA role to a user: add rba user <User Name> roles <Role1,Role2,...,RoleN>