---
title: "GET /api/members/me"
method: GET
path: "/api/members/me"
tags: ["Members"]
---

# GET /api/members/me

`GET /api/members/me`

## Response `200`

Success

- GetMeResponse
  - `id` string, guid
  - `firstName` string
  - `lastName` string
  - `jobTitle` string, nullable
  - `email` string
  - `phoneNumber` string, nullable
  - `phoneExtension` integer, nullable
  - `apartment` string, nullable
  - `street` string, nullable
  - `city` string, nullable
  - `zipCode` string, nullable
  - `roles` string[]
  - `organizationId` string, guid
  - `enterpriseNumber` string
  - `organizationName` string
  - `memberNumber` string
  - `subscription` SubscriptionDto
    - `startAt` string
    - `endAt` string
    - `invoices` InvoiceDto[]
      - `memberFullName` string, nullable
      - `accountingSoftwareNumber` string
      - `accountingSoftwareUrl` string
      - `createdAt` string
      - `isPaid` boolean
      - `total` number
      - `productCategory` string
      - `productName` TranslatableStringDto
        - `fr` string
        - `en` string
    - `subscriptionStatus` string
    - `isActive` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
