Stack Exchange · Capability
Stack Exchange API — Users
Stack Exchange API — Users. 5 operations. Lead operation: Get All Users. Self-contained Naftiko capability covering one Stack Exchange business surface.
What You Can Do
GET
Getusers
— Get All Users
/v1/users
GET
Getauthenticateduser
— Get Authenticated User
/v1/users/me
GET
Getusersbyids
— Get Users by IDs
/v1/users/{ids}
GET
Getanswersbyuser
— Get Answers by User
/v1/users/{ids}/answers
GET
Getquestionsbyuser
— Get Questions by User
/v1/users/{ids}/questions
MCP Tools
get-all-users
Get All Users
read-only
idempotent
get-authenticated-user
Get Authenticated User
read-only
idempotent
get-users-ids
Get Users by IDs
read-only
idempotent
get-answers-user
Get Answers by User
read-only
idempotent
get-questions-user
Get Questions by User
read-only
idempotent