Highlevel User Creation doesn't work
Status: Open · Asked by X Holding on · 0 views
Hi, I've built a workflow that captures information by webhook on highlevel, then I want it creates a location and a user with that informations
It creates the location but when it goes to the user creation it gives me this error:
[TABLE]
[TR]
[TD]<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Bad Request</pre> </body> </html>[/TD]
[/TR]
[/TABLE]
How can I solve this? Thanks
Your concern is being addressed here:
https://forum.pabbly.com/threads/highlevel-user-creation-doesnt-works.26540/
Hi, I have somewhat the same problem, the user is getting created but the access I gave to the user is not applied to the sub-account admin user.
Hello @Shinalife,
I just want to inform you that some permissions are managed through dropdown selections, while others need to be manually added under the scopes field. I recommend setting the dropdown value to true or false as per your requirement and also adding the necessary permissions under scopes if specified in the API documentation. This ensures that the new user receives the correct permissions.
For more details refer to this thread:
https://forum.pabbly.com/threads/user-permission-problems.26614/
Hi Preeti, thanks for your help, its pretty confusing, why to add scopes manually when we have a them true or false one by one
Hello @Shinalife,
The API is designed this way, and unfortunately, we couldn’t make the configuration process easier.