User profile
user_get_user_info_selfRetrieve the current authorized account's profile: ID, email, name, phone numbers, and profile URL. Helps verify account identity.
Instructions
Returns the profile of the currently authorized account (get_user_info_self): numeric id (this is the Profile_id), email, name, verified phone numbers, and profile_url. Read-only, no parameters. Handy for finding out the Profile_id and checking which account the server is running under; for the balance use get_user_balance, for the list of operations use post_operations_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||