UserResponse

Get User のレスポンスボディ

Fields

type
APISchema
status
stable
title
UserResponse
description
Get User のレスポンスボディ
resource
https://example.com/api/schema/user-response
tags
schema; users
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
Field Type Required Description
id string yes ユーザーID
name string yes 表示名
email string no メールアドレス

JSON Example

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