Back to Node Auth0

Interface GetOrganizationInvitationRequestParameters

docs/interfaces/management.Management.GetOrganizationInvitationRequestParameters.html

5.9.11.0 KB
Original Source

Interface GetOrganizationInvitationRequestParameters

Example

{ * fields: "fields", * include_fields: true * }Copy

interface GetOrganizationInvitationRequestParameters {
fields?: string | null;
include_fields?: boolean | null;
}

Index

Properties

fields?include_fields?

Properties

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). Defaults to true.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fieldsinclude_fields