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

# PFAccountManagementLinkServerCustomIdRequest

> Modelo de datos de PFAccountManagementLinkServerCustomIdRequest.

Modelo de datos de PFAccountManagementLinkServerCustomIdRequest.

## Sintaxis

```cpp theme={null}
typedef struct PFAccountManagementLinkServerCustomIdRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* playFabId;  
    const char* serverCustomId;  
} PFAccountManagementLinkServerCustomIdRequest;  
```

### Miembros

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

**`forceLink`**   bool const\*<br />*may be nullptr*

(Opcional) Si otro usuario ya está vinculado al identificador personalizado, desvincule al otro usuario y vuelva a vincular.

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

Identificador único de PlayFab.

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

Identificador único personalizado de servidor para este jugador.

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

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


## Related topics

- [PFAccountManagementServerLinkServerCustomIdAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkservercustomidasync.md)
- [Información general de la API de C de Services - PFAccountManagementTypes.h](/es/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerLinkPSNAccountRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinkpsnaccountrequest.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementServerLinkXboxAccountRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinkxboxaccountrequest.md)
