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

# PFAccountManagementServerLinkXboxAccountRequest

> Modelo de datos de PFAccountManagementServerLinkXboxAccountRequest.

Modelo de datos de PFAccountManagementServerLinkXboxAccountRequest.

## Sintaxis

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

### 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 a la cuenta, desvincula al otro usuario y vuelve a vincular.

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

Identificador único de PlayFab para un usuario, o null si no hay ninguna cuenta de PlayFab vinculada al identificador de XBOX Live.

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

Token proporcionado por el método GetTokenAndSignatureAsync("POST", "[https://playfabapi.com/](https://playfabapi.com/)", "") del SDK/XDK de XBOX Live.

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

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


## Related topics

- [PFAccountManagementServerLinkXboxAccountAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkxboxaccountasync.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)
- [PFAccountManagementServerLinkNintendoServiceAccountRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoserviceaccountrequest.md)
- [PFAccountManagementServerLinkPSNAccountAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkpsnaccountasync.md)
