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

# PFAccountManagementReportPlayerClientRequest

> PFAccountManagementReportPlayerClientRequest data model.

PFAccountManagementReportPlayerClientRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementReportPlayerClientRequest {  
    const char* comment;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* reporteeId;  
} PFAccountManagementReportPlayerClientRequest;  
```

### Members

**`comment`**   const char\*<br />*is null-terminated*

(Optional) Optional additional comment by reporting player.

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

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

**`reporteeId`**   const char\*<br />*is null-terminated*

Unique PlayFab identifier of the reported player.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientReportPlayerAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientreportplayerasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementReportPlayerClientResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementreportplayerclientresult.md)
- [PFAccountManagementClientReportPlayerGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientreportplayergetresult.md)
- [PFAccountManagementClientGetPlayerProfileAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayerprofileasync.md)
