rozod
    Preparing search index...

    Variable getUsersUseridGroupsRolesConst Api Param

    getUsersUseridGroupsRoles: EndpointGeneric<
        {
            discoveryType: 0
            | 1;
            includeLocked: boolean;
            includeNotificationPreferences: boolean;
            userId: number;
        },
        {
            data: {
                group: {
                    description: string;
                    hasVerifiedBadge: boolean;
                    id: number;
                    isBuildersClubOnly: boolean;
                    isLocked: boolean;
                    memberCount: number;
                    name: string;
                    owner: {
                        buildersClubMembershipType: 0
                        | 1
                        | 2
                        | 3
                        | 4;
                        displayName: string;
                        hasVerifiedBadge: boolean;
                        userId: number;
                        username: string;
                    };
                    publicEntryAllowed: boolean;
                    shout: {
                        body: string;
                        created: string;
                        poster: {
                            buildersClubMembershipType: 0
                            | 1
                            | 2
                            | 3
                            | 4;
                            displayName: string;
                            hasVerifiedBadge: boolean;
                            userId: number;
                            username: string;
                        };
                        updated: string;
                    };
                };
                isNotificationsEnabled: boolean;
                isPrimaryGroup: boolean;
                notificationPreferences: {
                    description: string;
                    enabled: boolean;
                    name: string;
                    type: 0
                    | 1
                    | 2
                    | 3
                    | 4;
                }[];
                role: {
                    description: string;
                    id: number;
                    memberCount: number;
                    name: string;
                    rank: number;
                };
            }[];
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/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