Back to Node Auth0

Interface GetUserGroupsPaginatedResponseContent

docs/interfaces/management.Management.GetUserGroupsPaginatedResponseContent.html

5.9.11.1 KB
Original Source

Interface GetUserGroupsPaginatedResponseContent

interface GetUserGroupsPaginatedResponseContent {
groups: UserGroupsResponseSchema[];
next?: string;
start?: number;
limit?: number;
total?: number;
}

Index

Properties

groupsnext?start?limit?total?

Properties

groups

groups: UserGroupsResponseSchema[]

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