Can an email be sent in Appian for user creation and user updates, if yes how?

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

Parents
  • when you use admin console to create the user, you shall not be able to do so as far as I know. But you can do few things 
    Option 1. Develop a process which creates the user and also inform admin team
    Option 2 Get SSO enabled on your Appian instance so that users access is controlled centrally 
    Option 3 run a process periodically so that it picks up all the newly created users by checking "USER" record and user function 

Reply
  • when you use admin console to create the user, you shall not be able to do so as far as I know. But you can do few things 
    Option 1. Develop a process which creates the user and also inform admin team
    Option 2 Get SSO enabled on your Appian instance so that users access is controlled centrally 
    Option 3 run a process periodically so that it picks up all the newly created users by checking "USER" record and user function 

Children
No Data