Check Mode and Diff
Last updated
Was this helpful?
Was this helpful?
{
"user_response": {
"changed": true,
"diff": {
"after": {
"administrator": false,
"email": "<email>",
"firstname": "John",
"force_sec_auth": false,
"groups": "",
"lastname": "Doe",
"user_password": "user password will be updated"
},
"before": {
"administrator": false,
"email": "<email>",
"firstname": "John",
"force_sec_auth": false,
"groups": "",
"lastname": "Doe",
"user_password": ""
}
},
"failed": false,
"msg": "User <email> would be updated",
"user": {
"id": "<user-id>",
"properties": {
"administrator": false,
"email": "<email>",
"firstname": "John",
"force_sec_auth": false,
"groups": "",
"lastname": "Doe",
"user_password": "user password will be updated"
}
}
}
}