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

# PFAccountManagementServerCustomIDPlayFabIDPair

> PFAccountManagementServerCustomIDPlayFabIDPair data model.

PFAccountManagementServerCustomIDPlayFabIDPair data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementServerCustomIDPlayFabIDPair {  
    const char* playFabId;  
    const char* serverCustomId;  
} PFAccountManagementServerCustomIDPlayFabIDPair;  
```

### Members

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

(Optional) Unique PlayFab identifier.

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

(Optional) Unique server custom identifier for this player.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
