A
RetrieveUserIdAndScopes
AirtableApi.RetrieveUserIdAndScopes
Description
Retrieve user's ID, associated scopes, and email if available.
This tool retrieves the user's ID and the associated scopes with the OAuth token used. If the token has the `user.email:read` scope, the tool also returns the user's email.
Input Parameters
{
"parameters": []
} Output
{
"description": "Response from the API endpoint 'get-user-id-scopes'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}