2

Am I just missing something here or is there not a way to retrieve a user's bio with the SE API? I looked at the documentation under the "Users" section, but I didn't find anything. Any suggestions?

1 Answer 1

5

By "bio" you mean the about me field, right? ...

About-me field

Any path that returns a user object will return the about_me property, but this is not returned by default. You have to use a filter that has about_me enabled.

For example, here is a query to get your "About me" on stackapps:

users-by-ids#ids=8109&filter=!.2mo6GlnpFPFeBKnaz&site=stackapps


An easy way to create a filter is to use the filter-edit tool, on the appropriate doc page for the path you are using. :

Filter tool

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.