Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 roles update

Update a role.

To update interactively, use auth0 roles update with no arguments.

To update non-interactively, supply the role id, name and description through the flags.

Usage

auth0 roles update [flags]

Examples

  auth0 roles update
  auth0 roles update <role-id> --name myrole
  auth0 roles update <role-id> --name myrole --description "awesome role"
  auth0 roles update <role-id> -n myrole -d "awesome role" --json

Flags

  -d, --description string   Description of the role.
      --json                 Output in json format.
  -n, --name string          Name of the role.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.