getUserInfo
Retrieve user details from the Raindrop.io bookmark manager using a simple JSON request. Access essential information for streamlined user management or integration purposes.
Instructions
Get user information
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"
}