{ "call": [{ "name": "call1", "connection": "userAuth", "url": "https://graph.microsoft.com/v1.0/users/${account.name}", "httpMethod": "PATCH", "httpParams": "{\"passwordProfile\": {\"password\": \"${randompassword}\", \"forceChangePasswordNextSignIn\":\"true\"}}", "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json", "Content-Type": "application/json" }, "httpContentType": "application/json", "successResponses": { "statusCode": [ 200, 201, 204 ] } }] }