Back to Node Auth0

Interface ListUserRoleSourceGroupsRequestParameters

docs/interfaces/management.Management.ListUserRoleSourceGroupsRequestParameters.html

5.11.0933 B
Original Source

Interface ListUserRoleSourceGroupsRequestParameters

Example

{ * role_id: "role_id", * from: "from", * take: 1 * }Copy

interface ListUserRoleSourceGroupsRequestParameters {
role_id: string;
from?: string | null;
take?: number | null;
}

Index

Properties

role_idfrom?take?

Properties

role_id

role_id: string

ID of the role to get source groups for.

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 role_idfromtake