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

# PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsRequest

> PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsRequest {  
    int32_t const* issuerId;  
    const char* const* PSNOnlineIDs;  
    uint32_t PSNOnlineIDsCount;  
    const char* sandboxId;  
} PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsRequest;  
```

### Members

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

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

**`PSNOnlineIDs`**   const char\* const\*

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

**`PSNOnlineIDsCount`**   uint32\_t

Count of PSNOnlineIDs

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

(Optional) Optional sandbox id. When provided, resolves players that logged in from that PlayStation :tm: Network sandbox.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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