{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Teammates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teammates", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all teammates", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/teammates", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "`limit` sets the page size, i.e. maximum number of items from the list to be returned for a single API request. If omitted, the default page size is used. The maximum page size for this endpoint is 500 items per page." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items in the list to skip over before starting to retrieve the items for the requested page. The default `offset` of `0` represents the beginning of the list, i.e. the start of the first page. To request the second page of the list, set the `offset` to the page size as determined by `limit`. Use multiples of the page size as your `offset` to request further consecutive pages. E.g. assume your page size is set to `10`. An `offset` of `10` requests the second page, an `offset` of `20` requests the third page and so on, provided there are sufficiently many items in your list." } ] }, "docs": "**This endpoint allows you to retrieve a paginated list of all current Teammates.**\n\nYou can use the `limit` query parameter to set the page size. If your list contains more items than the page size permits, you can make multiple requests. Use the `offset` query parameter to control the position in the list from which to start retrieving additional items." }, { "info": { "name": "Invite teammate", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/teammates", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to invite a Teammate to your account via email.**\n\nYou can set a Teammate's initial permissions using the `scopes` array in the request body. Teammate's will receive a minimum set of scopes from Twilio SendGrid that are necessary for the Teammate to function.\n\n**Note:** A teammate invite will expire after 7 days, but you may resend the invitation at any time to reset the expiration date." }, { "info": { "name": "Get Teammate Subuser Access", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/teammates/:teammate_name/subuser_access", "params": [ { "name": "teammate_name", "value": "", "type": "path", "description": "The username of the Teammate for whom you want to retrieve Subuser access information." }, { "name": "after_subuser_id", "value": "", "type": "query", "description": "The Subuser ID from which the API request will begin retrieving Subusers. This query parameter can be used in successive API calls to retrieve additional Subusers." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of Subusers to be returned. The default `limit` is `100` per request." }, { "name": "username", "value": "", "type": "query", "description": "A Subuser's username that will be used to filter the returned result." } ] }, "docs": "**This operation allows you to retrieve the Subusers that can be accessed by a specified Teammate.**\n\nThis operation will return the Subusers available to a Teammate, including the scopes available. If the Teammate is an administrator, all Subusers will be returned." }, { "info": { "name": "Retrieve specific teammate", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/teammates/:username", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "username", "value": "", "type": "path", "description": "The username of the teammate that you want to retrieve." } ] }, "docs": "**This endpoint allows you to retrieve a specific Teammate by username.**\n\nYou can retrieve the username's for each of your Teammates using the \"Retrieve all Teammates\" endpoint." }, { "info": { "name": "Update teammate's permissions", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/teammates/:username", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "username", "value": "", "type": "path", "description": "The username of the teammate that you want to retrieve." } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update a teammate’s permissions.**\n\nTo turn a teammate into an admin, the request body should contain an `is_admin` set to `true`. Otherwise, set `is_admin` to `false` and pass in all the scopes that a teammate should have.\n\n**Only the parent user or other admin teammates can update another teammate’s permissions.**\n\n**Admin users can only update permissions.**" }, { "info": { "name": "Delete teammate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/teammates/:username", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "username", "value": "", "type": "path", "description": "The username of the teammate that you want to retrieve." } ] }, "docs": "**This endpoint allows you to delete a teammate.**\n\n**Only the parent user or an admin teammate can delete another teammate.**" }, { "info": { "name": "Retrieve all pending teammates", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/teammates/pending", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve a list of all pending Teammate invitations.**\n\nEach teammate invitation is valid for 7 days. Users may resend the invitation to refresh the expiration date." }, { "info": { "name": "Delete pending teammate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/teammates/pending/:token", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "token", "value": "", "type": "path", "description": "The token for the invite you want to delete." } ] }, "docs": "**This endpoint allows you to delete a pending teammate invite.**" }, { "info": { "name": "Resend teammate invite", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/teammates/pending/:token/resend", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "token", "value": "", "type": "path", "description": "The token for the invite that you want to resend." } ] }, "docs": "**This endpoint allows you to resend a Teammate invitation.**\n\nTeammate invitations will expire after 7 days. Resending an invitation will reset the expiration date." } ] } ], "bundled": true }