From 8d5a15a22037e1649676e44a588cc87ff5c66713 Mon Sep 17 00:00:00 2001 From: Christoffer <78200279+christoffer-apell@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:52:58 +0100 Subject: [PATCH] Update API_Create_Users_from_GSheet.ipynb --- API_Create_Users_from_GSheet.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_Create_Users_from_GSheet.ipynb b/API_Create_Users_from_GSheet.ipynb index a8a512e..a684a75 100644 --- a/API_Create_Users_from_GSheet.ipynb +++ b/API_Create_Users_from_GSheet.ipynb @@ -34,7 +34,7 @@ "\n", "The other columns are optional.\n", "* available fields: __first_name, last_name, email, title, phone, mobile, role, note__\n", - "* __role__ column should be one of the values *user, manager, admin*\n", + "* __role__ column should be one of the values *user, manager, admin* and **it's case sensitive.**\n", "* __team_id__ column should be the\n", "\n", "__** Example ***__\n", @@ -332,4 +332,4 @@ "outputs": [] } ] -} \ No newline at end of file +}