rozod
    Preparing search index...

    Variable getUsersUseridGroupsRolesConst Api Param

    getUsersUseridGroupsRoles: EndpointGeneric<
        {
            discoveryType: 0
            | 1;
            includeLocked: boolean;
            includeNotificationPreferences: boolean;
            userId: number;
        },
        {
            data: {
                group: {
                    hasVerifiedBadge: boolean;
                    id: number;
                    memberCount: number;
                    name: string;
                };
                isNotificationsEnabled: boolean;
                notificationPreferences: {
                    description: string;
                    enabled: boolean;
                    name: string;
                    type: 0
                    | 1
                    | 2
                    | 3
                    | 4;
                }[];
                role: { id: number; name: string; rank: number };
            }[];
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v2/users/:userId/groups/roles Gets a list of all group roles for groups the specified user is in. userId The user id. includeLocked includeNotificationPreferences discoveryType