get_current_user
Fetch the profile of the currently authenticated user to verify identity or access user details.
Instructions
Return the currently authenticated user's profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| login | Yes |