I want to change my primary address with the REST API
https://api.box.com/2.0/users
I would like to change the primary email address of the target user by using login as a parameter in the “login” section, but I cannot do so because of a 400 error.
It is a bad_request, but can’t I change the primary address using info?
{“type”: “error”, “status”:400, “code”: “bad_request”, “context_info”:{“errors”:{“reason”: “invalid_parameter”, “name”: “new_primary_ email”, “message”: “Invalid value ‘change-test@test.com’.”}]} , “help_url”: “http:/developers.box.com/docs/#errors”, “message”: “Bad Request”, “request_id”: “nwogfbhkcvt2r3mk”}%.