UserResponse

Get User のレスポンスボディ

Fields

type
APISchema
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/schema/user-response
tags
schema; users
theme
cosmo
document-css
false
anchor-sections
true
labels
abstract: Abstract, affiliations: Affiliations, authors: Authors, description: Description, doi: Doi, keywords: Keywords, modified: Modified, published: Published, related_formats: Other Formats
fig-responsive
true
quarto-template-params
title-block-categories: true
link-citations
true
title
UserResponse
include-before
date-format
long
toc-title
On this page
header-includes
quarto-version
1.9.37
engines
path: /opt/quarto/share/extension-subtrees/julia-engine/_extensions/julia-engine/julia-engine.js
include-after
biblio-config
true
description
Get User のレスポンスボディ
lang
en
Field Type Required Description
id string yes ユーザーID
name string yes 表示名
email string no メールアドレス

JSON Example

{
  "id": "123",
  "name": "Taro",
  "email": "taro@example.com"
}