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

auth0 users roles show

Display information about an existing user’s assigned roles.

Usage

auth0 users roles show [flags]

Examples

  auth0 users roles show
  auth0 users roles show <user-id>
  auth0 users roles show <user-id> --number 100
  auth0 users roles show <user-id> -n 100 --json
  auth0 users roles show <user-id> --csv

Flags

      --csv          Output in csv format.
      --json         Output in json format.
  -n, --number int   Number of user 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.