provider Subusers API GET
/subusers @utdk/sendgrid
/subusers List all Subusers
**This endpoint allows you to retrieve a list of all of your subusers.**
You can choose to retrieve specific subusers as well as limit the results that come back from the API.
- username query
- The username of this subuser.
- string
- limit query
- The number of results you would like to get in each request.
- integer
- offset query
- The number of subusers to skip.
- integer
Try it
Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.getSubusers()