EOS_Connect_QueryProductUserIdMappingsOptions

EOS API reference page for EOS_Connect_QueryProductUserIdMappingsOptions

1 min to read

This data structure is part of the Connect Interface.

Remarks

Input parameters for the EOS_Connect_QueryProductUserIdMappings function.

Properties

EOS_Connect_QueryProductUserIdMappingsOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_CONNECT_QUERYPRODUCTUSERIDMAPPINGS_API_LATEST.
EOS_ProductUserId LocalUserIdGame Clients set this field to the Product User ID of the local authenticated user querying account mappings. Game Servers set this field to NULL. Usage is allowed given that the configured client policy for server credentials permit it.
EOS_EExternalAccountType AccountIdType_DEPRECATEDDeprecated - all external mappings are included in this call, it is no longer necessary to specify this value.
EOS_ProductUserId* ProductUserIdsAn array of Product User IDs to query for the given external account representation.
uint32_t ProductUserIdCountNumber of Product User IDs to query.