Back to Node Auth0

Interface ListOrganizationsRequestParameters

docs/interfaces/management.Management.ListOrganizationsRequestParameters.html

5.9.11.0 KB
Original Source

Interface ListOrganizationsRequestParameters

Example

{ * from: "from", * take: 1, * sort: "sort" * }Copy

interface ListOrganizationsRequestParameters {
from?: string | null;
take?: number | null;
sort?: string | null;
}

Index

Properties

from?take?sort?

Properties

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Optionalsort

sort?: string | null

Field to sort by. Use field:order where order is 1 for ascending and -1 for descending. e.g. created_at:1. We currently support sorting by the following fields: name, display_name and created_at.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtakesort