---
title: "Get current user"
method: GET
path: "/users/me"
tags: ["users"]
---

# Get current user

`GET /users/me`

Gets the current user.

For **System Admins**, the following UserProfile attributes
are included in the response:
  * `customWelcomeScreenViewed` (only included when an Enterprise user has viewed the <a href="https://help.smartsheet.com/articles/1392225-customizing-a-welcome-message-upgrade-screen-enterprise-only" target="_blank" rel="noopener noreferrer">Custom Welcome Screen</a>)
  * `lastLogin` (only included if the user has logged in)
  * `sheetCount` (**Sunset**) - The `sheetCount` attribute now holds the value `-1` and is included only if the retrieved user's `status` is `ACTIVE`.

## Query parameters

- `include` 'groups'

## Headers

- `Authorization` string

## Response `200`

IndexResultUnknownPages object containing a UserProfile object.

- object
  - `id` number — Current user's ID.
  - `account` Account
    - `id` number — Account ID.
    - `name` string — Account name.
  - `admin` boolean — Indicates whether the user is a system admin (can manage user accounts and organization account).
  - `alternateEmails` AlternateEmail[] — The user's additional email addresses.
    - `id` number — AlternateEmail ID.
    - `confirmed` boolean — Indicates whether the alternate email address has been confirmed.
    - `email` string — User's alternate email address.
  - `company` string — User's company.
  - `customWelcomeScreenViewed` string, date-time — Timestamp of viewing an Enterprise Custom Welcome Screen by the current user.
  - `department` string — User's department.
  - `email` string — Current user's primary email address.
  - `firstName` string — Current user's first name.
  - `groupAdmin` boolean — Indicates whether the user is a group admin (can create and edit groups).
  - `jiraAdmin` boolean — Indicates whether the user is a JIRA admin.
  - `lastLogin` string, date-time — Last login time of the current user.
  - `lastName` string — Current user's last name.
  - `licensedSheetCreator` boolean — Indicates whether the user is a licensed user (can create and own sheets).
  - `locale` string — Current user's locale (see [ServerInfo](/api/smartsheet/openapi/serverinfo/serverinfo)).
  - `mobilePhone` string — User's mobile phone number.
  - `profileImage` ProfileImage
    - `imageId` string — Unique image ID.
    - `height` integer — Image height.
    - `width` integer — Image width.
  - `resourceViewer` boolean — Indicates whether the user is a resource viewer (can access resource views).
  - `role` string — User's role.
  - `salesforceAdmin` boolean — Indicates whether the user is a Salesforce admin.
  - `salesforceUser` boolean — Indicates whether the user is a registered Salesforce user.
  - `sheetCount` number — **SUNSET** - The `sheetCount` attribute now holds the value `-1` and is included only if the retrieved user's `status` is `ACTIVE`.
  - `timeZone` string — Current user's time zone ID.
  - `title` string — User's title.
  - `workPhone` string — User's work phone number.
  - `data` Group[] — List of Groups
    - `id` number — Group ID.
    - `name` string — Group name.
    - `description` string — Group description.
    - `owner` string, email — Group owner’s email address.
    - `ownerId` number — Group owner's user ID.
    - `createdAt` union
      - string, date-time
      - number
    - `modifiedAt` union
      - string, date-time
      - number

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
