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)
User ID
User profile
User profile data (can contain custom fields)
Show child attributes