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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult data model. For a PlayFab account that isn't associated with a server custom identity.

PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult data model. For a PlayFab account that isn't associated with a server custom identity, ServerCustomId will be null.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult {  
    PFAccountManagementServerCustomIDPlayFabIDPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult;  
```

### Members

**`data`**   [PFAccountManagementServerCustomIDPlayFabIDPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementservercustomidplayfabidpair) const\*<br />*may be nullptr*

(Optional) Mapping of server custom player identifiers to PlayFab identifiers.

**`dataCount`**   uint32\_t

Count of data

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
