Menu

Expand

This documentation is for the SendGrid Web API v2

To access all the latest features and upcoming developments, please see our v3 API.

Rate this page:

Authenticate a Subuser

Authenticate a subuser on your website before displaying their account information so that you can have users manage their SendGrid account on your website.

URI Parameter Required Requirements Description
user Yes Subuser must be under your account Username of subuser being authenticated
password Yes Valid subuser password Password of subuser being authenticated

Call

POST https://api.sendgrid.com/apiv2/customer.auth.json
POST Data api_user=your_sendgrid_username&api_key=your_sendgrid_password&user=subuser_username&password=subuser_password_attempt

Response

{
  "message": "success"
}

Call

POST https://api.sendgrid.com/apiv2/customer.auth.xml
POST Data api_user=your_sendgrid_username&api_key=your_sendgrid_password&user=subuser_username&password=subuser_password_attempt

Response

<result>
   <message>success</message>
</result>
Rate this page:

Need some help?

We all do sometimes. Get help now from the Twilio SendGrid Support Team.

Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.

Loading Code Sample...
        
        
        

        Thank you for your feedback!

        Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

        Sending your feedback...
        🎉 Thank you for your feedback!
        Something went wrong. Please try again.

        Thanks for your feedback!

        thanks-feedback-gif