Back to Node Auth0

Interface ListGroupsRequestParameters

docs/interfaces/management.Management.ListGroupsRequestParameters.html

5.9.12.0 KB
Original Source

Interface ListGroupsRequestParameters

Example

{ * connection_id: "connection_id", * name: "name", * external_id: "external_id", * search: "search", * fields: "fields", * include_fields: true, * from: "from", * take: 1 * }Copy

interface ListGroupsRequestParameters {
connection_id?: string | null;
name?: string | null;
external_id?: string | null;
search?: string | null;
fields?: string | null;
include_fields?: boolean | null;
from?: string | null;
take?: number | null;
}

Index

Properties

connection_id?name?external_id?search?fields?include_fields?from?take?

Properties

Optionalconnection_id

connection_id?: string | null

Filter groups by connection ID.

Optionalname

name?: string | null

Filter groups by name.

Optionalexternal_id

external_id?: string | null

Filter groups by external ID.

Optionalsearch

search?: string | null

Search for groups by name or external ID.

Optionalfields

fields?: string | null

A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

Optionalinclude_fields

include_fields?: boolean | null

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

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_idnameexternal_idsearchfieldsinclude_fieldsfromtake