Expanding User Profile Extender Fields - HL Vanilla Community
<main> <article class="userContent"> <p>User data that was collected and stored via the <strong>Profile Extender</strong> addon can be included in an API v2 users call by adding <code class="code codeInline" spellcheck="false" tabindex="0">expand=extended</code> :</p><pre class="code codeBlock" spellcheck="false" tabindex="0">GET https://[your-domain.com]/api/v2/users?expand=extended </pre><p>This will return a response with the following data:</p><pre class="code codeBlock" spellcheck="false" tabindex="0">... "countPosts": 122, "private": false, "rankID": 110, "extended": { "Position": "developer", "Company": "Higher Logic" } } </pre> </article> </main>