API-get-user
Retrieve user details from Notion workspaces using a user ID, enabling AI agents to access and manage Notion data efficiently through the Notion API.
Instructions
Notion | Retrieve a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"$defs": {},
"properties": {
"user_id": {
"format": "uuid",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}