get_user_info
Retrieve detailed information about the authenticated user to enable personalized interactions within the HackMD platform.
Instructions
Get information about the authenticated user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}