---
title: "Get user"
method: GET
path: "/users/{userId}"
tags: ["Standard Todo List Endpoints"]
---

# Get user

`GET /users/{userId}`

Gets information about a user.

## Response `200`

Properties of a user

- UserObject
  - `id` string
  - `name` string
  - `email` string
  - `picture` string
  - `roles` string[]

---

[API](https://skmtc.dev/openid/apis/authzen-todo.md) · [All operations](https://skmtc.dev/openid/apis/authzen-todo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openid/authzen-todo/revisions/c0276fd788b1/schema)
