Skip to content

Commit da45f6e

Browse files
committed
update privs list to match input
1 parent ba8035c commit da45f6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

guide/03-the-gis/accessing-and-managing-users.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
" \"portal:user:viewOrgItems\",\n",
764764
" \"portal:user:shareToGroup\",\n",
765765
" \"portal:user:shareToOrg\",\n",
766-
" \"portal:user:creawteGroup\",\n",
766+
" \"portal:user:createGroup\",\n",
767767
" \"portal:user:shareGroupToOrg\"\n",
768768
" ]\n",
769769
"\n",
@@ -787,7 +787,8 @@
787787
" 'portal:user:createItem',\n",
788788
" 'portal:user:joinGroup',\n",
789789
" 'portal:user:shareToGroup',\n",
790-
" 'portal:user:viewHostedFeatureServices',\n",
790+
" 'portal:user:shareToOrg',\n",
791+
" 'portal:user:shareGroupToOrg,\n",
791792
" 'portal:user:viewOrgGroups',\n",
792793
" 'portal:user:viewOrgItems']"
793794
]
@@ -1436,7 +1437,7 @@
14361437
"name": "python",
14371438
"nbconvert_exporter": "python",
14381439
"pygments_lexer": "ipython3",
1439-
"version": "3.9.16"
1440+
"version": "3.9.17"
14401441
},
14411442
"toc": {
14421443
"base_numbering": 1,

0 commit comments

Comments
 (0)