---
title: "Profile Info"
method: GET
path: "/api/accounts/profile"
tags: ["Account"]
---

# Profile Info

`GET /api/accounts/profile`

Get profile info of logged in account.

## Response `200`

An instance of account

- AccessControlAPIProfileDTO
  - `userId` integer
  - `userUuid` string, guid, nullable
  - `eMail` string, nullable
  - `phoneNo` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `country` string, nullable
  - `countryId` string, nullable
  - `language` string, nullable
  - `emailVerified` boolean
  - `subscribeNewProductUpdate` boolean, nullable
  - `subscribeProductUpdate` boolean, nullable
  - `isActive` boolean
  - `createdAt` string, date-time

## Other responses

- `404`

---

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