Report user account

I let users choose username and avatar before connecting to the server. If user found another user having inappropriate username or avatar, they have option to report it. My initial idea was to use nakama’s storage collection but it seems tedious and hacky. Is there any api to report user account in nakama? Sorry, if I missed that in documentation.
Thank you

Hello @mdee5. Unfortunately, there is no API call specifically designed for that. Usually what we’d recommend is to use a RPC endpoint and send an email using a HTTP service like SendGrid or SparkPost to an email address an admin can use to act on reports of bad actors.