Back to Node Auth0

Interface ListOrganizationMemberRoleSourceGroupsRequestParameters

docs/interfaces/management.Management.ListOrganizationMemberRoleSourceGroupsRequestParameters.html

5.11.0972 B
Original Source

Interface ListOrganizationMemberRoleSourceGroupsRequestParameters

Example

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

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

Index

Properties

from?take?role_id

Properties

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

role_id

role_id: string

The role ID to get group sources for.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtakerole_id