Get User

ユーザー情報を取得する。

Summary

type
APIEndpoint
status
stable
generated
at: 2026-08-11T00:00:00Z, by: human:okf-seedling
verified
at: 2026-08-11T00:00:00Z, by: human:okf-seedling
stale_after
2026-12-31
resource
https://example.com/api/v1/users/{userId}
tags
read; users
method
GET
path
/v1/users/{userId}
include-after
title
Get User
engines
path: /opt/quarto/share/extension-subtrees/julia-engine/_extensions/julia-engine/julia-engine.js
toc-title
On this page
quarto-template-params
title-block-categories: true
theme
cosmo
anchor-sections
true
fig-responsive
true
include-before
link-citations
true
quarto-version
1.9.37
date-format
long
description
ユーザー情報を取得する。
biblio-config
true
labels
abstract: Abstract, affiliations: Affiliations, authors: Authors, description: Description, doi: Doi, keywords: Keywords, modified: Modified, published: Published, related_formats: Other Formats
header-includes
document-css
false
lang
en

ユーザーID からユーザー情報を取得する。

Path Params

  • userId (string, required): ユーザーID。

Query Params

  • なし。

Headers

  • Authorization: Bearer <token>

Responses

  • 200: OK
  • 404: Not Found
  • 429: Too Many Requests

Examples

Request

GET /v1/users/123

Response (200)

{ "id": "123", "name": "Taro" }