Get current user
get_current_userGet the currently authenticated user profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The signed-in user — id, email, fullname, role, avatar_url, language, and the client ids they are scoped to. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |