Skip to main content

Query User Information (QueryUserInfo)

AndroidiOSWindows
If you're using the Unity engine, see the QueryUserInfo for Unity SDK.

Player Network SDK will pull the requests to the backend and return the latest user information, which includes the binding list (bindlist) of the user's account information bindings.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryUserIno();

Code Sample

UINTLSDKAPI::QueryUserInfo();

Return Value

This interface returns AuthResult, which includes the bind list information (bindlist) and personal information fields (username, image URL, etc.).)