---
title: "Retrieve current user information"
method: GET
path: "/organizations/{orgId}/users/me"
tags: ["User"]
---

# Retrieve current user information

`GET /organizations/{orgId}/users/me`

Retrieve information about the current user

## Path parameters

- `orgId` string, required

## Response `200`

GetMe 200 response

- MeResponse
  - `user` UserResponse
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `firstName` string — The first name of the user.
    - `lastName` string — The surname of the user.
    - `contactNumber` string — The user's contact telephone number.
    - `email` string — The email address for this user.
    - `organizations` string[] — An array listing the Organizations where this user has access.
    - `firstAcceptedTermsAndConditions` string, date-time — The date and time *(in ISO 8601 format)* when this user first accepted the the m3ter terms and conditions.
    - `lastAcceptedTermsAndConditions` string, date-time — The date and time *(in ISO 8601 format)* when this user last accepted the the m3ter terms and conditions.
    - `supportUser` boolean — Indicates whether this is a m3ter Support user.
    - `dtCreated` string, date-time — The date and time *(in ISO-8601 format)* when the user was created.
    - `dtLastModified` string, date-time — The date and time *(in ISO-8601 format)* when the user was last modified.
    - `createdBy` string — The user who created this user.
    - `lastModifiedBy` string — The unique identifier (UUID) of the user who last modified this user record.
  - `serviceUser` ServiceUserResponse
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `name` string
    - `dtCreated` string, date-time — The DateTime when the service user was created.
    - `dtLastModified` string, date-time — The DateTime when the service user was last modified.
    - `createdBy` string — The id of the user who created this service user.
    - `lastModifiedBy` string — The id of the user who last modified this service user.
  - `organization` OrganizationResponse
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `orgId` string
    - `customerId` string
    - `organizationName` string
    - `shortName` string
    - `addressLine1` string
    - `addressLine2` string
    - `addressLine3` string
    - `addressLine4` string
    - `locality` string
    - `region` string
    - `postCode` string
    - `country` string
    - `taxId` string
    - `purchaseOrderNumber` string
    - `invoiceGeneralReference` string
    - `billingContactUserId1` string
    - `billingContactUserId2` string
    - `billingContactUserId3` string
    - `type` 'PRODUCTION' | 'SANDBOX'
    - `status` 'ACTIVE' | 'ARCHIVED'
    - `dtCreated` string, date-time — The DateTime when the organization was created.
    - `dtLastModified` string, date-time — The DateTime when the organization was last modified.
    - `createdBy` string — The id of the user who created this organization.
    - `lastModifiedBy` string — The id of the user who last modified this organization.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

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