From 0c1f8567d092a7ec564cf4fc2f173267315ac2b2 Mon Sep 17 00:00:00 2001 From: John Yaist Date: Tue, 16 Jun 2026 10:35:27 -0700 Subject: [PATCH] add utype reassignment note --- guide/03-the-gis/accessing-and-managing-users.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/guide/03-the-gis/accessing-and-managing-users.ipynb b/guide/03-the-gis/accessing-and-managing-users.ipynb index 45339c5929..4485552ff4 100644 --- a/guide/03-the-gis/accessing-and-managing-users.ipynb +++ b/guide/03-the-gis/accessing-and-managing-users.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "> **NOTE:** User types may be reassigned no more than once in any thirty (30) day period, except in the event of the assigned individual’s permanent role change, extended leave, or departure from the Customer’s organization." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1437,7 +1444,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.17" + "version": "3.13.13" }, "toc": { "base_numbering": 1, @@ -1454,5 +1461,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }