From: Krzysztof B. <kb...@un...> - 2017-02-22 08:49:24
|
Hi Willem, W dniu 17.02.2017 o 15:35, Willem Elbers pisze: > Hi Krzyztof, > > is it possible to create entities via the unity REST api without > automatically sending an activation email, but instead retrieve the > activation link and send it in a separate email (manually)? > > An alternative could be if we can send a custom activation email when > creating entities via the REST api (instead of using the registration form). > > I would be happy to hear if (and how) any of these approaches is possible. I'm not sure what you refer to when writing "activation email" and "creating entities"? If you mean email verification email then you can only disable sending of confirmations. However there is another mechanism which can help: invitations. By using invitations you can control sending of email (including manual sending of such email, or activated by REST API). As invitation is received by email, and contains unique one time code you can use it as a proof that the user controls the account. And so you can auto-accept an invited person without any further actions. Cheers Krzysztof |