Get a user's public profile
Public, unauthenticated lookup of a marketplace user's profile by id - used to resolve content authorship (e.g. blog post bylines) to a real account.
Path Parameters
user_id*User Id
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "username": "string", "display_name": "string", "avatar_url": "string", "bio": "string", "website_url": "string", "github_handle": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}