provider Link branding POST
/whitelabel/links/{link_id}/subuser @utdk/sendgrid
/whitelabel/links/{link_id}/subuser Associate a branded link with a subuser
**This endpoint allows you to associate a branded link with a subuser account.**
Link branding can be associated with subusers from the parent account. This functionality allows subusers to send mail using their parent's link branding. To associate link branding, the parent account must first create a branded link and validate it. The parent may then associate that branded link with a subuser via the API or the [Subuser Management page of the Twilio SendGrid App](https://app.sendgrid.com/settings/subusers).
- link_id path required
- The ID of the branded link you want to associate.
- 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.postWhitelabelLinksLinkIdSubuser()