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

# PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest

> PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest {  
    const char* const* googleIDs;  
    uint32_t googleIDsCount;  
} PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest;  
```

### Members

**`googleIDs`**   const char\* const\*

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

**`googleIDsCount`**   uint32\_t

Count of googleIDs

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromGoogleIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleplaygamesplayeridsrequest.md)
- [PFAccountManagementClientGetPlayFabIDsFromGooglePlayGamesPlayerIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromgoogleplaygamesplayeridsasync.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsresult.md)
