afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/AllowedEmailDomain.json

23 lines
840 B
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "AllowedEmailDomain - Data API",
"description": "Represents an allowed email domain for users in your organization. You can define an allowlist to restrict the email domains allowed in a users Email field. This object is available in API version 29.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Domain": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "An allowed email domain for users."
}
},
"special_access_rules": "You must have the “Manage Internal Users” user permission to use this object.\n\nIf you don't see this object, contact your Salesforce representative to enable it."
}