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.

getSubusers
GET/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.

The username of this subuser.

The number of results you would like to get in each request.

The number of subusers to skip.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getSubusers()