get_user
Retrieve detailed user information from Qiita's developer community platform by providing a user ID to access profile data and activity details.
Instructions
指定されたユーザーの詳細情報を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ユーザーID |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "ユーザーID",
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}