Hi,
I’m trying to set up something along these lines;
My client wants to grant his clients access to a screen to see status of running projects, and also create some tickets.
To do this, these users need access to the app, and be given access to this ‘viewing’ module. I would like to create a task that enables the user to do this. Fill in first and last name, email address and save. This task saves the user in the account_user table (every account has users of course), and syncs this with IAM. The user will receive an email with a link to set a password. And can then access the module.
In short, is this possible? And what would be the best approach of setting this up?
And of course, my client should also be able to delete / deactivate this user.
Blommetje