I’m trying to use the member label functionality to give members a label, or even to remove a label, after they have already signed up. Ideally I would be able to have a form with a checkbox that would “subscribe” a user to a label.
The only code I’ve found that lets a user add a label to their own account is when it’s done for them on signup. Ideally we should be able to make these changes programmatically, either through the admin API, or through a front end helper when a member is logged in. But I can’t find anything in the documentation that would facilitate this.