Single Sign-On Teammates
The Single Sign-On APIs allow you to manage your SAML 2.0 SSO configurations. You can also work with your SSO integrations using the SSO section of the Twilio SendGrid App.
The Single Sign-On Teammates API allows you to add and modify SSO Teammates. SSO Teammates are the individual user accounts who will access your Twilio SendGrid account with SSO credentials.
To retrieve or delete an SSO Teammate, you will use the Teammates API.
For more information about managing SSO Teammates, see the Twilio SendGrid SSO documentation.
Create SSO Teammate
POST /v3/sso/teammates
Base url: https://api.sendgrid.com
This endpoint allows you to create an SSO Teammate.
The email provided for this user will also function as the Teammate’s username.
Request Body
The Teammate’s first name.
The Teammate’s last name.
The Teammate’s email address. This email address will also function as the Teammate’s username and must match the address assigned to the user in your IdP. This address cannot be changed after the Teammate is created.
format: emailIndicates if the Teammate has admin permissions.
Indicates if the Teammate has read_only permissions.
The permission scopes assigned to the Teammate.
Responses
The Teammate’s first name.
The Teammate’s last name.
The Teammate’s email address. This email address will also function as the Teammate’s username and must match the address assigned to the user in your IdP. This address cannot be changed after the Teammate is created.
format: emailIndicates if the Teammate has admin permissions.
Indicates if the Teammate has read_only permissions.
This should be set to the Teammate's email address.
Indicates if the Teammate authenticates with SendGrid using SSO or with a username and password.
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.