How to send an invite email when adding someone as a member to a team on server via API key. We do it this way because of some complex authentication scenario.
TL;DR
The user wants to know how to send an invite email when adding someone as a member to a team on a server via an API key. They mention that there is no option to do this on the server side, but it is possible to achieve this using the client side SDK or REST API without an API key. The reason for using this approach is because of a complex authentication scenario. No clear solution is provided in the thread.