get_delegate
Retrieve delegate information from your Gmail account by providing the delegate's email address to manage account access permissions.
Instructions
Gets the specified delegate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegateEmail | Yes | The email address of the delegate to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"delegateEmail": {
"description": "The email address of the delegate to retrieve",
"type": "string"
}
},
"required": [
"delegateEmail"
],
"type": "object"
}