「사용자 업데이트」 API를 사용해 「flair_group_id」 필드를 업데이트하는 방법?

The request body is like this:

{
"flair_group_id": "42"
}

The response shows “success” as "ok,But I found it didn’t take effect. Is there a solution?

I’m pretty sure that if you want to change their flare_group_id then you need to add the user to that group. It’s controlled by the group model, not the user model, or so I think from a cursory look at the code.