For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.
get/#Action=CreateUser
Query parameters
UserIdstring required
The ID of the user.
UserNamestring required
The username of the user.
Enginestring required
The current supported value is Redis.
PasswordsString[]
Passwords used for this user. You can create up to two passwords for each user.
AccessStringstring required
Access permissions string used for this user.
NoPasswordRequiredboolean
Indicates a password is not required for this user.
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
Specifies how to authenticate the user.
Action'CreateUser' required
Version'2015-02-02' required
Response
Success