---
title: "fetchMemberMe"
method: GET
path: "/me"
tags: ["Member"]
---

# fetchMemberMe

`GET /me`

return information about Member

## Response `200`

Success

- Member
  - `id` integer — Primary identifier of record
  - `okta_id` string, nullable — ID of Okta
  - `okta_synchronized_at` string, date-time, nullable — Date/time of last sync update to Okta
  - `descope_user_id` string, nullable — ID of Descope
  - `descope_last_sync_at` string, date-time, nullable — Date/time of last sync update to Descope
  - `first_name` string — First name
  - `last_name` string — Last name
  - `address1` string, nullable — Address1
  - `address2` string, nullable — Address2
  - `city` string, nullable — City
  - `state` string, nullable — State
  - `country` string, nullable — Country
  - `postal_code` string, nullable — Postal Code
  - `email_address` string, email — Email address
  - `date_of_birth` string, nullable — Date of birth
  - `phone` string, nullable — Phone number
  - `fax` string, nullable — Fax
  - `gender` 'M' | 'F' | 'm' | 'f', nullable — Gender
  - `title` string, nullable — Title
  - `profile_image_id` integer, nullable — ID of associated Asset representing current profile image
  - `thumbnail_large` string, nullable — Thumbnail, large. This is a deprecated field.
  - `thumbnail_medium` string, nullable — Thumbnail, medium. This is a deprecated field.
  - `thumbnail_small` string, nullable — Thumbnail, small. This is a deprecated field.
  - `is_password_reset_locked` boolean — Checks if password reset option has been locked
  - `status` 'active' | 'deleted' | 'unclaimed' | 'unconfirmed' | 'locked' — Status of Member
  - `created_at` string, date-time — Date/time of created Member
  - `last_login_at` string, date-time, nullable — Date/time of Member successful login

## Other responses

- `400` — Malformed request made
- `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/versions/d22bb925eeed/schema)
