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

# PFUserKongregateInfo

> Modelo de datos de PFUserKongregateInfo.

Modelo de datos de PFUserKongregateInfo.

## Sintaxis

```cpp theme={null}
typedef struct PFUserKongregateInfo {  
    const char* kongregateId;  
    const char* kongregateName;  
} PFUserKongregateInfo;  
```

### Miembros

**`kongregateId`**   const char\*\
*is null-terminated*

(Opcional) Id. de Kongregate.

**`kongregateName`**   const char\*\
*is null-terminated*

(Opcional) Nombre de usuario de Kongregate.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/es/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [Información general de la API de C de Services - PFAccountManagement.h](/es/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
