Back to Node Auth0

Interface ListGroupsPaginatedResponseContent

docs/interfaces/management.Management.ListGroupsPaginatedResponseContent.html

5.9.11014 B
Original Source

Interface ListGroupsPaginatedResponseContent

interface ListGroupsPaginatedResponseContent {
groups: Group[];
next?: string;
start?: number;
limit?: number;
total?: number;
}

Index

Properties

groupsnext?start?limit?total?

Properties

groups

groups: Group[]

Optionalnext

next?: string

A cursor to be used as the "from" query parameter for the next page of results.

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groupsnextstartlimittotal