whoami
Returns the currently logged-in Globus identity including email, name, and identity provider to verify authentication status.
Instructions
Show the currently logged-in Globus identity.
Returns information about the authenticated user including their email address and identity provider.
Returns: Dict with 'username' (email), 'id', 'name', and login status.
Examples: whoami() # Returns {'username': 'user@example.edu', ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||