Back to Node Auth0

Interface GetUserGroupsRequestParameters

docs/interfaces/management.Management.GetUserGroupsRequestParameters.html

5.9.11.3 KB
Original Source

Interface GetUserGroupsRequestParameters

Example

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

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

Index

Properties

fields?include_fields?from?take?

Properties

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 fieldsinclude_fieldsfromtake