I am developing a registration page.
I am using an API user to register users on the registration page.
However, the API user does not have permission to create users, and team-based user creation is also not configurable. Only admin users are allowed to create users.
How can I implement self-registration for users?
Additionally, I have checked previous posts and found that it is possible to first create a lead and then convert it into a user through Flowcharts. However, I do not want to take this approach—I want to create users directly.
Can anyone provide assistance?
I am using an API user to register users on the registration page.
However, the API user does not have permission to create users, and team-based user creation is also not configurable. Only admin users are allowed to create users.
How can I implement self-registration for users?
Additionally, I have checked previous posts and found that it is possible to first create a lead and then convert it into a user through Flowcharts. However, I do not want to take this approach—I want to create users directly.
Can anyone provide assistance?
Comment