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

auth0 client-grants organizations list

List the organizations associated with a client grant.

Usage

auth0 client-grants organizations list [flags]

Examples

  auth0 client-grants organizations list
  auth0 client-grants organizations ls <client-grant-id>
  auth0 client-grants organizations list <client-grant-id> --number 100
  auth0 client-grants organizations ls <client-grant-id> -n 100 --json
  auth0 client-grants organizations list <client-grant-id> --csv

Flags

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