Unban group user

Hi! In doc about Groups api, there is info about unban user in group.

The user can be unbanned either via the Nakama Console or a runtime code function.

But I can’t find methods or api calls to do this either from the client or from the server.
How can i do this?

Hello @antontidev,

I believe to unban you should call KickGroupUsers, if you’d like the player to still be part of the group, he should then be added again.

Best.