Automate user creation & access group assignment in Curseduca
š Curseduca ā User Creation & Access Group Assignment How it works This workflow automates the process of creating a new user in [Curseduca](Curseduca) and granting them access to a specific access group. It works in...
Template notes
š Curseduca ā User Creation & Access Group Assignment
How it works This workflow automates the process of creating a new user in [Curseduca](Curseduca) and granting them access to a specific access group.
It works in two main steps: 1. Webhook ā Captures user details (name, email, and group information). 2. HTTP Request ā Sends the data to the Curseduca API, creating the user, assigning them to the correct access group, and sending an email notification.
---
Setup steps 1. Deploy the workflow - Copy the webhook URL generated by n8n. - Send a POST request with the required fields: - name - email - groupId
2. Configure API access - Add your API Key and Bearer token in the HTTP Request node headers (repla[Curseduca](https://curseduca.com)ce placeholders). - Replace <GroupId> in the body with the correct group ID.
3. Notifications - By default, the workflow will trigger an email notification to the user once their account is created.
---