Hello, friends
Lately I've been learning a lot about Flarum and PHP in general. I'm currently studying ways to make a cross authentication between my company's website and our internal forum, and I was able to create users via API, according to the documentation.
However, I'd like to create the user with more attributes than just username and password. Specifically, it'd be great if the user could be created belonging in a specific group and with a masquerade answer.
what should I add to the JSON request in order to setup these options?
thank you all for the attention