get_user_information
Retrieve complete profile, settings, and permissions data for the currently authenticated user from the Multilead platform.
Instructions
Get User Information
This action retrieves all information on the authorized user (the user whose API key is being used).
Returns: Complete user information including profile, settings, and permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}