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

auth0 roles list

List your existing roles. To create one, run: auth0 roles create.

Usage

auth0 roles list [flags]

Examples

  auth0 roles list
  auth0 roles ls
  auth0 roles ls --number 100
  auth0 roles ls -n 100 --json
  auth0 roles ls --csv

Flags

      --csv          Output in csv format.
      --json         Output in json format.
  -n, --number int   Number of roles to retrieve. Minimum 1, maximum 1000. (default 100)

Inherited Flags

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