From 65cd775840eec4ed0d1a22b43f816fc74aea1f6a Mon Sep 17 00:00:00 2001 From: Rik Smale Date: Mon, 8 Feb 2021 12:59:41 +0100 Subject: [PATCH] fix(gsuite): add gsuite_id to user updating (#226) --- lib/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.js b/lib/constants.js index 1a42eb99..3b63e418 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -21,6 +21,7 @@ module.exports = { 'last_name', 'date_of_birth', 'gender', + 'gsuite_id', 'phone', 'privacy_consent', 'address',