cURL
curl --request GET \ --url https://api.example.com/api/auth/profiles/{userId}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "profile": { "name": "<string>", "avatar_url": "<string>" } }
Get public profile information for a user by their ID (public endpoint)
Documentation IndexFetch the complete documentation index at: https://docs.insforge.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
User ID
User profile
User profile data (can contain custom fields)
Show child attributes