workflows.fit
Back to n8n workflows
n8n templateFreeBy curseduca.com

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...

DevelopmentCore NodesWebhookHttp RequestSticky Note
Loading interactive preview...

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.

---