provider Subusers API POST /subusers
@utdk/sendgrid /subusers
Create Subuser
**This endpoint allows you to create a new subuser.**

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.

postSubusers
POST/subusers
**This endpoint allows you to create a new subuser.**

Input

required

The email address of the subuser.

required

The IP addresses that should be assigned to this subuser.

required

The password this subuser will use when logging into SendGrid.

required

The username for this subuser.

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.postSubusers()