New to Gohighlevel?
Try it for free here
https://www.gohighlevel.com/?fp_ref=c...
In this video, I walk you through the process of creating users using Custom Webhook step while ensuring proper supervision. I cover the necessary steps, including setting up the form and notifications for admin approval. It's crucial to disable advanced security settings if you want to create users with API keys. Please make sure to follow the outlined steps carefully, and let me know if you have any questions!
(apologies for the background noise)
URL:
https://rest.gohighlevel.com/v1/users/
Code:
{
"firstName": "{{contact.first_name}}",
"lastName": "{{contact.last_name}}",
"email": "{{contact.email}}",
"phone": "{{contact.phone}}",
"password": "Password$1234",
"type": "account",
"role": "user",
"locationIds": [
"XXYOURLOCATIONIDXX"
],
"permissions": {
"campaignsEnabled": false,
"campaignsReadOnly": false,
"contactsEnabled": true,
"workflowsEnabled": false,
"triggersEnabled": false,
"funnelsEnabled": false,
"websitesEnabled": false,
"opportunitiesEnabled": false,
"dashboardStatsEnabled": true,
"bulkRequestsEnabled": false,
"appointmentsEnabled": false,
"reviewsEnabled": false,
"onlineListingsEnabled": false,
"phoneCallEnabled": false,
"conversationsEnabled": false,
"assignedDataOnly": true,
"adwordsReportingEnabled": false,
"membershipEnabled": false,
"facebookAdsReportingEnabled": false,
"attributionsReportingEnabled": false,
"settingsEnabled": false,
"tagsEnabled": false,
"leadValueEnabled": false,
"marketingEnabled": false,
"communitiesEnabled": false,
"socialPlanner": false,
"workflowsReadOnly": false,
"botService": false,
"recordPaymentEnabled": false,
"refundsEnabled": false,
"affiliateManagerEnabled": false,
"certificatesEnabled": false,
"cancelSubscriptionEnabled": false,
"invoiceEnabled": false,
"contentAiEnabled": false,
"exportPaymentsEnabled": false,
"bloggingEnabled": false,
"paymentsEnabled": false,
"agentReportingEnabled": false
}
}
Информация по комментариям в разработке