rozod
    Preparing search index...

    Variable getCloudV2GroupsGroupIdRolesConst Api Param Description

    getCloudV2GroupsGroupIdRoles: EndpointGeneric<
        { group_id: string; maxPageSize?: number; pageToken?: string },
        {
            groupRoles: {
                createTime: string;
                description: string;
                displayName: string;
                id: string;
                memberCount: number;
                path: string;
                permissions: {
                    acceptRequests: boolean;
                    advertiseGroup: boolean;
                    banMembers: boolean;
                    changeRank: boolean;
                    createApiKeys: boolean;
                    createAvatarItems: boolean;
                    createComments: boolean;
                    createGroupShout: boolean;
                    createPosts: boolean;
                    createWallPosts: boolean;
                    deleteWallPosts: boolean;
                    exileMembers: boolean;
                    lockPosts: boolean;
                    manageApiKeys: boolean;
                    manageAvatarItems: boolean;
                    manageBlockedWords: boolean;
                    manageCategories: boolean;
                    manageGroupUniverses: boolean;
                    manageRelationships: boolean;
                    pinPosts: boolean;
                    removeComments: boolean;
                    removePosts: boolean;
                    spendGroupFunds: boolean;
                    viewAuditLog: boolean;
                    viewBlockedWords: boolean;
                    viewForums: boolean;
                    viewGroupShout: boolean;
                    viewUniverseAnalytics: boolean;
                    viewWallPosts: boolean;
                };
                rank: number;
                updateTime: string;
            }[];
            nextPageToken: string;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/groups/:group_id/roles List Group Roles group_id The group ID. maxPageSize The maximum number of group roles to return. The service might return fewer than this value. If unspecified, at most 10 group roles are returned. The maximum value is 20 and higher values are set to 20. pageToken A page token, received from a previous call, to retrieve a subsequent page.

    When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. List roles in a group.

    The permissions field for roles is viewable based on the requester's access and scopes.

    Permissions for the guest role are always visible - a scope is not needed.

    If the requester is a member of the group and has the group:read scope, permissions in their role are visible.

    If the requester is the owner of the group and has the group:read scope, permissions in all roles are visible.