UserResponse
Get User のレスポンスボディ
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | yes | ユーザーID |
name |
string | yes | 表示名 |
email |
string | no | メールアドレス |
JSON Example
{
"id": "123",
"name": "Taro",
"email": "taro@example.com"
}| Field | Type | Required | Description |
|---|---|---|---|
id |
string | yes | ユーザーID |
name |
string | yes | 表示名 |
email |
string | no | メールアドレス |