1👍
✅
As long as your POST contains the complete information needed to create a User object, it should create automatically. If it doesn’t, you can use the obj_create
method to iterate through the JSON and create the user object manually.
Source:stackexchange.com