Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface ListOrganizationMemberRoleSourceGroupsRequestParameters

    {
    * from: "from",
    * take: 1,
    * role_id: "role_id"
    * }
    interface ListOrganizationMemberRoleSourceGroupsRequestParameters {
        from?: string | null;
        take?: number | null;
        role_id: string;
    }
    Index

    Properties

    Properties

    from?: string | null

    Optional Id from which to start selection.

    take?: number | null

    Number of results per page. Defaults to 50.

    role_id: string

    The role ID to get group sources for.