whoami
Retrieves your current user profile and role from Authentik to verify identity before using other tools.
Instructions
Ambil profil user saat ini dan sinkronkan dari Authentik.
Memanggil POST /api/v1/auth/sync di backend: memverifikasi token
Authentik, menyinkronkan data user (email, nama, role dari groups)
ke database, lalu mengembalikan profil tersinkron. Berguna untuk
mengetahui identitas dan role (admin/expert) sebelum memakai
tool lain.
Returns:
Dict profil user (id, email, full_name, role, dst.),
atau dict error bila gagal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||