---
title: "Retrieves the status of the logged in user"
method: GET
path: "/v1.0/authorities/current-user-state"
tags: ["Authorities"]
---

# Retrieves the status of the logged in user

`GET /v1.0/authorities/current-user-state`

## Response `200`

OK

- UserStateDTO
  - `userId` string
  - `roleType` string
  - `status` 'NO_ROLE_TYPE' | 'ENABLED' | 'DISABLED' | 'ACCEPTED' | 'TEMP_DISABLED' | 'NO_AUTHORITY'

## Other responses

- `500` — Internal Server Error

## Changes

- **2024-10-21** `a06468704cbe` — 1 warning, 4 info
  - added the new `NO_ROLE_TYPE` enum value to the `status` response property for the response status `200`
  - removed the `DELETED` enum value from the `status` response property for the response status `200`
  - removed the `OPERATOR` enum value from the `roleType` response property for the response status `200`
  - removed the `REGULATOR` enum value from the `roleType` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/authorities/current-user-state/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
