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

# PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest

> PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest {  
    const char* const* googlePlayGamesPlayerIDs;  
    uint32_t googlePlayGamesPlayerIDsCount;  
} PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest;  
```

### Members

**`googlePlayGamesPlayerIDs`**   const char\* const\*

Array of unique Google Play Games identifiers (Google+ user IDs) for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`googlePlayGamesPlayerIDsCount`**   uint32\_t

Count of googlePlayGamesPlayerIDs

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsgetresult.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsrequest.md)
