We're building an e-school where we want to create a BigBlueButton user with different rights depending on if a student or teacher signs up.
Can't find an API call nor webhook to create a user so wondering if it's maybe possible to create straight to the DB the user? Redis is used for DB? Or what's the best way to do so.
Also, need to save in our e-school database then the user ID in our users
table bbb_user
field to be able to assign rooms and meetings to that user via API.