{
"opencollection": "1.0.0",
"info": {
"name": "Visier Administration Email Domains API",
"version": "22222222.99201.3040"
},
"request": {
"auth": {
"type": "apikey",
"key": "apikey",
"value": "{{apikey}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "EmailDomains",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve a list of allowed email domains",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/v1alpha/admin/email-domains"
},
"docs": "Retrieve the full list of allowed email domains.\n\n
**Note:** This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.\n If you are interested in using this API, please contact your Customer Success Manager (CSM)."
},
{
"info": {
"name": "Add domains to the list of allowed domains",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/v1alpha/admin/email-domains",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add email address domains to the allowed domains list. The response returns an updated list of allowed email domains.\n\n
**Note:** This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.\n If you are interested in using this API, please contact your Customer Success Manager (CSM)."
},
{
"info": {
"name": "Remove domains from the list of allowed domains",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/v1alpha/admin/email-domains",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Delete email address domains from the allowed domains list. The response returns an updated list of allowed email domains.\n\n
**Note:** This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.\n If you are interested in using this API, please contact your Customer Success Manager (CSM)."
}
]
}
],
"bundled": true
}