We have a requirement where an email needs to be sent to Admin every time user account is created or modified. It could be even using a process model, but I am unable to find the right solution for this use case.
Discussion posts and replies are publicly visible
So, that user creation or update must be triggered by something. In well managed environments, I see the following options
- Single-Sign-On with an external identity management system
- API calls coming from an external system
- Processes implemented in Appian
No option is, to allow user creation from the admin console.
The first option is completely outside of the Appian scope and any requirement must be implemented there.
Second and third option involve an Appian process and you can do whatever you need/want to.
So, can you describe the actual requirement in more detail? And what makes "the right solution" for you?