Roles
Create a new Redis Software role
Create a new role with the provided configuration.
post/v1/roles
Query parameters
dry_runboolean
Validate the request without persisting changes.
Request body
Example request
{
"management": "cluster_viewer",
"name": "Support Engineer"
}Response
Role created successfully.
Example response
{
"management": "cluster_member",
"name": "DBA",
"uid": 1
}