Create new user with meta
-
I’m a few days struggling here and I can’t create a new user using WP REST API and define meta object in the JSON Body.
URL: https://localhost/wp-json/wp/v2/users/
Method: POST
JSON Body:{ "username" : "test2", "email": "[email protected]", "password": "123456", "meta": { "messengerId": "11223344" } }
The user is created but the meta object is blank “meta”: []
What am I doing wrong?
- The topic ‘Create new user with meta’ is closed to new replies.