A
AirtableApi
Arcade Native

RetrieveUserIdAndScopes

AirtableApi.RetrieveUserIdAndScopes

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

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"
  ]
}