---
title: "Getting User details"
method: GET
path: "/v1/users/{actorId}"
tags: ["Users"]
---

# Getting User details

`GET /v1/users/{actorId}`

Typically, you supply the integer ID to get information about the user associated with that id.

It is also possible to supply the text `current` instead of an integer ID; please see the following endpoint for documentation about this.

## Path parameters

- `actorId` string, required

## Response `200`

OK

- object
  - `createdAt` string, required — ISO date format
  - `displayName` string, required — All `Actor`s, regardless of type, have a display name
  - `id` number, required
  - `type` 'user' | 'field_key' | 'public_link' | 'singleUse', required — the Type of this Actor; typically this will be `user`.
  - `updatedAt` string — ISO date format
  - `deletedAt` string — ISO date format
  - `email` string, required — Only `User`s have email addresses associated with them

---

[API](https://skmtc.net/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.net/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getodk/odk-central-api/versions/d8f5a0886a8b/schema)
