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

# PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest

> PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest {  
    int32_t const* issuerId;  
    const char* const* PSNAccountIDs;  
    uint32_t PSNAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest;  
```

### Members

**`issuerId`**   int32\_t const\*<br />*may be nullptr*

(Optional) Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment.

**`PSNAccountIDs`**   const char\* const\*

Array of unique PlayStation :tm: Network identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`PSNAccountIDsCount`**   uint32\_t

Count of PSNAccountIDs

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromSteamIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromsteamidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookidsrequest.md)
