#Calling Limit Of Function "GetAccountInfo"

2 messages · Page 1 of 1 (latest)

hard ridge
#

Hello There!
I need to load display names from that playfab ID,

So I call "GetAccountInfo",
But there are instances where I need to call that function multiple times in 1 frame,
So I was wondering if there is any limit for that?

or is there a way to get multiple user's account info in 1 PlayfabClientAPI request
Thanks In Advance!

frail idol
#

Yes I imagine you could hit a limit reading a bunch of players from a single client. You could avoid that with cloudscript, then your client only makes 1 api request to the execute function call and receives back a response with all the info it needs. The cloudscript can freely make the read calls as it acts as the title entity. I'm not aware of any api that would allow multiple profile reads in a single request.