rozod
    Preparing search index...

    Variable getUsersUseridGroupsPrimaryRoleConst Api Param

    getUsersUseridGroupsPrimaryRole: EndpointGeneric<
        { userId: number },
        {
            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/primary/role Gets a user's primary group. userId The user id.