---
title: "Get Current User"
method: GET
path: "/users/current"
tags: ["users"]
---

# Get Current User

`GET /users/current`

## Response `200`

Successful Response

- UserData
  - `id` string, required
  - `username` string, required
  - `email` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `phone` string, nullable
  - `description` string, nullable
  - `role` 'admin' | 'viewer' | 'editor' | 'remote_user' | 'partner'
  - `is_remote_user` boolean

---

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