> ## 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.

# PFGroupsUnblockEntityAsync

> 그룹 가입 차단에서 엔터티 목록을 해제합니다.

그룹 가입 차단에서 엔터티 목록을 해제합니다.

## Syntax

```cpp theme={null}
HRESULT PFGroupsUnblockEntityAsync(  
    PFEntityHandle entityHandle,  
    const PFGroupsUnblockEntityRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

**`request`**   [PFGroupsUnblockEntityRequest\*](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsunblockentityrequest)

채워진 요청 개체입니다.

**`async`**   XAsyncBlock\*<br />*Inout*

비동기 작업을 위한 XAsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다.

## Remarks

이 API는 모든 플랫폼에서 사용할 수 있습니다. 그룹 가입 차단에서 엔터티 목록을 해제합니다. 성공한 경우 반환되는 데이터는 없습니다. 관련 항목: GroupBlockEntityAsync, GroupListGroupBlocksAsync. XAsyncGetStatus를 호출하여 작업 상태를 가져옵니다. 서비스 호출이 실패한 경우, 비동기 결과는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 문서 페이지 "Handling PlayFab Errors"를 참조하십시오.

## Requirements

**Header:** PFGroups.h

## See also

[PFGroups members](/services/playfab/api-references/c/pfgroups/pfgroups_members)


## Related topics

- [Services C API overview - PFGroups.h](/ko/services/playfab/api-references/c/pfgroups/pfgroups_members.md)
- [PFGroupsUnblockEntityRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsunblockentityrequest.md)
- [PFGroupsBlockEntityAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsblockentityasync.md)
- [PFGroupsListGroupBlocksAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksasync.md)
- [엔터티 API 재구성 업그레이드 튜토리얼](/ko/services/playfab/live-service-management/game-configuration/entities/entity-api-restructure-upgrade-tutorial.md)
