The user will be verified if "is_verified": true is part of the JSON payload
A mechanism should be put in place to address this, with care when a user might be created programmatically outside of the REST API scope by an administrator who wishes to bypass verification case by case.
The user will be verified if
"is_verified": true
is part of the JSON payloadA mechanism should be put in place to address this, with care when a user might be created programmatically outside of the REST API scope by an administrator who wishes to bypass verification case by case.