> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGroupsGroupBlock

> PFGroupsGroupBlock data model. Describes an entity that is blocked from joining a group.

PFGroupsGroupBlock data model. Describes an entity that is blocked from joining a group.

## Syntax

```cpp theme={null}
typedef struct PFGroupsGroupBlock {  
    PFGroupsEntityWithLineage const* entity;  
    PFEntityKey const* group;  
} PFGroupsGroupBlock;  
```

### Members

**`entity`**   [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage) const\*<br />*may be nullptr*

(Optional) The entity that is blocked.

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

ID of the group that the entity is blocked from.

## Requirements

**Header:** PFGroupsTypes.h

## See also

[PFGroupsTypes members](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsListGroupBlocksResponse](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupblocksresponse.md)
- [Services C API overview - PFGroupsTypes.h](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsListGroupBlocksAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksasync.md)
- [PFGroupsListGroupBlocksRequest](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupblocksrequest.md)
- [PFGroupsListGroupBlocksGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresult.md)
