{ "opencollection": "1.0.0", "info": { "name": "Google Books About Delegates API", "version": "1.0.0" }, "items": [ { "info": { "name": "Delegates", "type": "folder" }, "items": [ { "info": { "name": "Google Get Delegates", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/delegates/:delegateEmail", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "delegateEmail", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Gets the specified delegate. Note that a delegate user must be referred to by their primary email address, and not an email alias. This method is only available to service account clients that have been delegated domain-wide authority." }, { "info": { "name": "Google Delete Delegates", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/delegates/:delegateEmail", "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "delegateEmail", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it. Note that a delegate user must be referred to by their primary email address, and not an email alias. This method is only available to service account clients that have been delegated domain-wide authority." }, { "info": { "name": "Google List Delegates", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/delegates", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Lists the delegates for the specified account. This method is only available to service account clients that have been delegated domain-wide authority." }, { "info": { "name": "Google Create Delegates", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/delegates", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a delegate with its verification status set directly to `accepted`, without sending any verification email. The delegate user must be a member of the same Google Workspace organization as the delegator user. Gmail imposes limitations on the number of delegates and delegators each user in a Google Workspace organization can have. These limits depend on your organization, but in general each user can have up to 25 delegates and up to 10 delegators. Note that a delegate user must be referred t" } ] } ], "bundled": true }