Regarding the Issue of Self-Registration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lj4353
    Senior Member
    • Nov 2023
    • 137

    Regarding the Issue of Self-Registration

    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?


    Click image for larger version

Name:	image.png
Views:	50
Size:	41.6 KB
ID:	116168
  • Kharg
    Senior Member
    • Jun 2021
    • 452

    #2
    I think that you could create an API action that creates a new user and point your registration page to send a POST request to that endpoint.

    Comment

    Working...