Back to Node Auth0

Interface ListUserGrantsRequestParameters

docs/interfaces/management.Management.ListUserGrantsRequestParameters.html

5.9.11.7 KB
Original Source

Interface ListUserGrantsRequestParameters

Example

{ * per_page: 1, * page: 1, * include_totals: true, * user_id: "user_id", * client_id: "client_id", * audience: "audience" * }Copy

interface ListUserGrantsRequestParameters {
per_page?: number | null;
page?: number | null;
include_totals?: boolean | null;
user_id?: string | null;
client_id?: string | null;
audience?: string | null;
}

Index

Properties

per_page?page?include_totals?user_id?client_id?audience?

Properties

Optionalper_page

per_page?: number | null

Number of results per page.

Optionalpage

page?: number | null

Page index of the results to return. First page is 0.

Optionalinclude_totals

include_totals?: boolean | null

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

Optionaluser_id

user_id?: string | null

user_id of the grants to retrieve.

Optionalclient_id

client_id?: string | null

client_id of the grants to retrieve.

Optionalaudience

audience?: string | null

audience of the grants to retrieve.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties per_pagepageinclude_totalsuser_idclient_idaudience