How to use the "Update a user" API to update the "flair_group_id" field?

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.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.