users_get_current
Retrieve details about the currently authenticated user, including role and access levels, to verify permissions using your API token.
Instructions
Get information about the current authorized user.
Returns details about the user associated with the API token being used.
Workflow tips:
No parameters needed
Useful for checking current user's permissions
Shows role and access levels
Cached for 10 minutes
Common use cases:
Get current user info: {}
Check own permissions
Verify API token user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||