---
title: "This get's the details of the current user that you are logged in as"
method: GET
path: "/v1/resourceowner/user"
tags: ["ResourceOwnerUser"]
---

# This get's the details of the current user that you are logged in as

`GET /v1/resourceowner/user`

This will return the details of the current user.

## Response `200`

The User is returned

- UserModel
  - `UserId` integer
  - `UserGuid` string, uuid
  - `UserName` string
  - `ContactId` integer

## Other responses

- `500` — Internal server error

---

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