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

# PFAccountManagementSendAccountRecoveryEmailRequest

> 유효한 전자 메일 주소가 있는 PlayFab 계정에 계정 복구 전자 메일을 보내기 위한 PFAccountManagementSendAccountRecoveryEmailRequest 데이터 모델입니다.

PFAccountManagementSendAccountRecoveryEmailRequest 데이터 모델. 해당 계정이 "임시" 계정(예: LoginFromIOSDeviceID에 대한 호출을 통해 생성된 계정)인 경우 이 함수는 아무런 효과가 없습니다. 유효한 전자 메일 주소가 있는 PlayFab 계정만이 API를 사용하여 암호 재설정 전자 메일을 받을 수 있습니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementSendAccountRecoveryEmailRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* email;  
    const char* emailTemplateId;  
    const char* titleId;  
} PFAccountManagementSendAccountRecoveryEmailRequest;  
```

### 멤버

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr일 수 있음*

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수

**`email`**   const char\*<br />*null로 종료됨*

계정에 연결된 사용자 전자 메일 주소입니다.

**`emailTemplateId`**   const char\*<br />*null로 종료됨*

(선택 사항) 보낼 계정 복구 전자 메일 템플릿의 전자 메일 템플릿 ID입니다.

**`titleId`**   const char\*<br />*null로 종료됨*

타이틀이 선택된 경우 PlayFab 개발자 사이트의 설정> 게임 속성 섹션에서 찾을 수 있는 타이틀의 고유 식별자입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientSendAccountRecoveryEmailAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientsendaccountrecoveryemailasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementSendCustomAccountRecoveryEmailRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendcustomaccountrecoveryemailrequest.md)
- [PFAccountManagementServerSendCustomAccountRecoveryEmailAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserversendcustomaccountrecoveryemailasync.md)
- [PFAccountManagementSendEmailFromTemplateRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendemailfromtemplaterequest.md)
