add to default group from registration
-
Is it possible to add users to a default group when registering with a new account?
-
@lambert-torres I'd recommend using a webhook, probably this one: https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-registration-create-complete and then in the webhook receiver, calling the API to add them to a group.
There is no built in support for this functionality.