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

# PFUserOrigination

> UserOrigination enum.

UserOrigination enum.

## Syntax

```cpp theme={null}
enum class PFUserOrigination  : uint32_t  
{  
    Organic,  
    Steam,  
    Google,  
    Amazon,  
    Facebook,  
    Kongregate,  
    GamersFirst,  
    Unknown,  
    IOS,  
    LoadTest,  
    Android,  
    PSN,  
    GameCenter,  
    CustomId,  
    XboxLive,  
    Parse,  
    Twitch,  
    ServerCustomId,  
    NintendoSwitchDeviceId,  
    FacebookInstantGamesId,  
    OpenIdConnect,  
    Apple,  
    NintendoSwitchAccount,  
    GooglePlayGames,  
    XboxMobileStore,  
    King  
}  
```

## Constants

| Constant               | Description |
| ---------------------- | ----------- |
| Organic                | TBD         |
| Steam                  | TBD         |
| Google                 | TBD         |
| Amazon                 | TBD         |
| Facebook               | TBD         |
| Kongregate             | TBD         |
| GamersFirst            | TBD         |
| Unknown                | TBD         |
| IOS                    | TBD         |
| LoadTest               | TBD         |
| Android                | TBD         |
| PSN                    | TBD         |
| GameCenter             | TBD         |
| CustomId               | TBD         |
| XboxLive               | TBD         |
| Parse                  | TBD         |
| Twitch                 | TBD         |
| ServerCustomId         | TBD         |
| NintendoSwitchDeviceId | TBD         |
| FacebookInstantGamesId | TBD         |
| OpenIdConnect          | TBD         |
| Apple                  | TBD         |
| NintendoSwitchAccount  | TBD         |
| GooglePlayGames        | TBD         |
| XboxMobileStore        | TBD         |
| King                   | TBD         |

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFUserTitleInfo](/services/playfab/api-references/c/pftypes/structs/pfusertitleinfo.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [player_unlinked_account](/services/playfab/api-references/events/PlayerIdentity/player-unlinked-account.md)
- [player_linked_account](/services/playfab/api-references/events/PlayerIdentity/player-linked-account.md)
- [PlayFab Services SDK Release Notes 2024](/services/playfab/release-notes/2024.md)
