C# code example
The following C# code example uses the PlayFab server API to create (or update, if a key value already exists) the KVPs with the key namedClass, with the value Fighter, and Race with the value Human.
Set internal PlayFab player data through server APIs to store private key-value fields tied to a player that are inaccessible from game clients.
Class, with the value Fighter, and Race with the value Human.
Related topics
How to get internal player dataQuickstart Player DataHow to set read-only player dataPFPlayerDataManagementServerGetUserInternalDataAsyncPFPlayerDataManagementServerGetUserPublisherInternalDataAsync