Customer Subuser Parse Settings
Get Current Settings
Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to get | Retrieve Parse settings |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
XML Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response: Success
1
|
|
Response: Empty
1
|
|
Response: Empty
1
|
|
Response: Empty
1
|
|
Response: Error
1
|
|
Response: Error
1 2 3 4 5 6 7 8 |
|
JSON Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Response: Error
1 2 3 4 5 6 |
|
Edit Entry
Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to update | Set Parse settings |
hostname | Yes | No more than 255 characters | Hostname entry you want to update |
url | Yes | The parse destination | |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
XML Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response: Success
1
|
|
Response: Error
1 2 3 4 5 6 7 8 |
|
JSON Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Response: Error
1 2 3 4 5 6 |
|
Delete Entry
Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to delete | Set Parse settings |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
hostname | Yes | Must be the hostname you wish to delete. | The host name you will remove for your customer subuser |
XML Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response: Success
1
|
|
Response: Error
1 2 3 4 5 6 7 8 |
|
JSON Call
POST |
https://api.sendgrid.com/api/distributor.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Response: Error
1 2 3 4 5 6 |
|