I want add users to sendbird from my user list in service DB

Hi, I only found the api that create a user.

Actually I have my Users List which are saved in my database. I want to add these Users List into sendbird server in one go.

Hi @hyoeun,

Welcome to the Sendbird Community. There is no way to batch create users. If you already have a list of existing users, you’ll need to generate a list and loop over it to create a Sendbird user for each one. Then moving forward, you’d want to make the Sendbird user creation part of your signup process.