Update permission for a user
Feature - A Feature represents a specific functionality like Email campaign, Deals, Calls, Automations, etc. on Brevo. While inviting a user, determine which feature you want to manage access to. You must specify the feature accurately to avoid errors.
Permission - A Permission defines the level of access or control a user has over a specific feature. While inviting user, decide on the permission level required for the selected feature. Make sure the chosen permission is related to the selected feature.
Features and their respective permissions are as below:
email_campaigns:
sms_campaigns:
contacts:
templates:
workflows:
facebook_ads:
landing_pages:
transactional_emails:
smtp_api:
user_management:
sales_platform:
phone:
conversations:
senders_domains_dedicated_ips:
push_notifications:
companies:
Note:
Request body which must comply to the following JSON Schema:
{
"required" : [ "all_features_access", "email", "privileges" ],
"type" : "object",
"properties" : {
"email" : {
"type" : "string",
"description" : "Email address for the organization",
"format" : "email",
"example" : "inviteuser@example.com"
},
"all_features_access" : {
"type" : "boolean",
"description" : "All access to the features",
"example" : true,
"enum" : [ true, false ]
},
"privileges" : {
"type" : "array",
"items" : {
"type" : "object",
"properties" : {
"feature" : {
"type" : "string",
"description" : "Feature name",
"example" : "email_campaigns",
"enum" : [ "email_campaigns", "sms_campaigns", "contacts", "templates", "workflows", "facebook_ads", "landing_pages", "transactional_emails", "smtp_api", "user_management", "sales_platform", "phone", "conversations", "senders_domains_dedicated_ips", "push_notifications", "companies" ]
},
"permissions" : {
"type" : "array",
"description" : "Permissions for a given feature",
"items" : {
"type" : "string",
"example" : "'create_edit_delete', 'send_schedule_suspend'",
"enum" : [ "create_edit_delete", "send_schedule_suspend", "view", "import", "export", "list_and_attributes", "forms", "activate_deactivate", "activate_deactivate_pause", "settings", "schedule_pause", "all", "logs", "access", "assign", "configure", "manage_owned_deals_tasks", "manage_others_deals_tasks", "manage_owned_companies", "manage_others_companies", "reports", "senders_management", "domains_management", "dedicated_ips_management", "send", "smtp", "api_keys", "authorized_ips", "none" ]
}
}
},
"description" : "Privileges given to the user",
"example" : [ {
"feature" : "email_campaigns",
"permissions" : [ "create_edit_delete", "send_schedule_suspend" ]
}, {
"feature" : "sms_campaigns",
"permissions" : [ "create_edit_delete", "send_schedule_suspend" ]
}, {
"feature" : "facebook_ads",
"permissions" : [ "create_edit_delete", "schedule_pause" ]
} ]
}
}
}
}Specify how the response should be mapped to the table output. The following formats are available:
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Brevo from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!