CData Python Connector for SendGrid

Build 25.0.9454

Subusers

Query all the subusers in sendgrid.

View-Specific Information

Select

Query this table to retrieve all subusers.

SELECT * FROM Subusers

You can filter by Username to retrieve a specific subuser.

SELECT * FROM Subusers WHERE Username = 'Example'

Columns

Name Type References Description
Id Integer The Id of the subuser.
Email String The email of the subuser.
Username String The username of the subuser.
Disabled Boolean Indicates whether the subuser is enabled or disabled.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454