<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dedicated server getting all player&#x27;s username]]></title><description><![CDATA[<p dir="auto">Hi, if I have a dedicated server that the (client)players joins for a match, if the client logs in with Client API Authenticate on their machine and I assume the client will send their profile id to the server.<br />
Then, how can the server get the user name of all the client that are connected with their profile ids?</p>
]]></description><link>https://forums.getbraincloud.com/topic/234/dedicated-server-getting-all-player-s-username</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 10:47:47 GMT</lastBuildDate><atom:link href="https://forums.getbraincloud.com/topic/234.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Oct 2024 15:37:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dedicated server getting all player&#x27;s username on Wed, 06 Nov 2024 09:49:27 GMT]]></title><description><![CDATA[<p dir="auto">Oh, server can use client API</p>
]]></description><link>https://forums.getbraincloud.com/post/756</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/756</guid><dc:creator><![CDATA[tlim]]></dc:creator><pubDate>Wed, 06 Nov 2024 09:49:27 GMT</pubDate></item><item><title><![CDATA[Reply to Dedicated server getting all player&#x27;s username on Tue, 05 Nov 2024 19:59:43 GMT]]></title><description><![CDATA[<p dir="auto">HI <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.getbraincloud.com/uid/422">@tlim</a> - the S2S API you are looking for is this:<br />
<a href="https://docs.braincloudservers.com/api/capi/user/sysgetuserinfo" rel="nofollow ugc">https://docs.braincloudservers.com/api/capi/user/sysgetuserinfo</a></p>
<p dir="auto">I might suggest that you write a cloud code script though - and send the list of profile ids to it.  It can use this call to retrieve the info for each of the players - and return <em>just</em> the information that you need in your server.</p>
<p dir="auto">I hope that helps!</p>
<p dir="auto">Paul.</p>
]]></description><link>https://forums.getbraincloud.com/post/755</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/755</guid><dc:creator><![CDATA[Paul Winterhalder]]></dc:creator><pubDate>Tue, 05 Nov 2024 19:59:43 GMT</pubDate></item><item><title><![CDATA[Reply to Dedicated server getting all player&#x27;s username on Tue, 05 Nov 2024 09:15:52 GMT]]></title><description><![CDATA[<p dir="auto">thx for your help! I am actually using unity's matchmaking and multiplay, can I know which S2S api to use to query the player details?</p>
]]></description><link>https://forums.getbraincloud.com/post/753</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/753</guid><dc:creator><![CDATA[tlim]]></dc:creator><pubDate>Tue, 05 Nov 2024 09:15:52 GMT</pubDate></item><item><title><![CDATA[Reply to Dedicated server getting all player&#x27;s username on Thu, 31 Oct 2024 14:09:28 GMT]]></title><description><![CDATA[<p dir="auto">That depends on how players will get matched and ultimately connect to your server. If you use our lobby-based matchmaking facilities, the sequence will go roughly like this:</p>
<ol>
<li>Players make a FIND_OR_CREATE_LOBBY call to the LobbyService.</li>
<li>The lobby matchmaking process runs and a bunch of players get associated with a lobby instance.</li>
<li>Once the launch conditions are satisfied, brainCloud will launch an instance of your dedicated server.</li>
<li>The dedicated server will start and immediately make an S2S call to ask brainCloud for all the lobby instance details. These details will include each players name.</li>
</ol>
<p dir="auto">If you don't use lobby matchmaking, you'll need to use the S2S api to query brainCloud for the player details manually.</p>
]]></description><link>https://forums.getbraincloud.com/post/749</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/749</guid><dc:creator><![CDATA[Greg Moulds]]></dc:creator><pubDate>Thu, 31 Oct 2024 14:09:28 GMT</pubDate></item></channel></rss>