Back to Node Auth0

Interface ListOrganizationMembersRequestParameters

docs/interfaces/management.Management.ListOrganizationMembersRequestParameters.html

5.9.11.3 KB
Original Source

Interface ListOrganizationMembersRequestParameters

Example

{ * from: "from", * take: 1, * fields: "fields", * include_fields: true * }Copy

interface ListOrganizationMembersRequestParameters {
from?: string | null;
take?: number | null;
fields?: string | null;
include_fields?: boolean | null;
}

Index

Properties

from?take?fields?include_fields?

Properties

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Optionalfields

fields?: string | null

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

Optionalinclude_fields

include_fields?: boolean | null

Whether specified fields are to be included (true) or excluded (false).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtakefieldsinclude_fields