---
title: "fetchMemberUserInfo"
method: GET
path: "/userinfo"
tags: ["Member"]
---

# fetchMemberUserInfo

`GET /userinfo`

return information about Member compatible with openid

## Response `200`

Success

- object
  - `sub` string — Member ID (string per OpenID Connect spec)
  - `name` string — Full name
  - `given_name` string — First name
  - `family_name` string — Last Name
  - `email` string — Email
  - `picture` string, nullable — Profile picture

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Member not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/d22bb925eeed/schema)
