• Resolved jtrigsby

    (@jtrigsby)


    I’d like to update the verified flag via the wp-json api. Is this possible? If not, is there another way I can script updates to this flag?

    Thx

Viewing 1 replies (of 1 total)
  • Plugin Author Themosaurus

    (@themosaurus)

    Hi @jtrigsby,

    We didn’t expose the verified flag to the json API, however since the flag is stored as a boolean user meta called bp_verified_member, in theory you should be able to expose it to the json API by using register_meta(). Once exposed, you should then be able to update it using the Users enpoint.

    Hope this sets you on the right path !

    Regards,

    • This reply was modified 4 years, 1 month ago by Themosaurus.
Viewing 1 replies (of 1 total)

The topic ‘Access via API’ is closed to new replies.