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: | "AnnouncementCreatedNotification"
                    | "ForumPostCreatedNotification"
                    | "ForumCommentCreatedNotification"
                    | "ForumCommentReplyCreatedNotification"
                    | "ForumSubscriberNotification";
                }[];
                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