Skip to content

Commit 0e4a111

Browse files
committed
Update accessing-and-managing-users.ipynb
Updates per changes suggested
1 parent 8a43570 commit 0e4a111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"\n",
457457
"In addition to `role` that can be set, a `level` can be used to allocate accounts based on the privileges that members need. The level determines which privileges are available to the member. The enterprise offers two levels of membership. Level 1 membership is for members who only need privileges to **view** content, such as maps and apps, that has been shared with them through the organization, as well as join groups within the organization. Level 2 membership is for members who need to view, create, and share content and own groups, in addition to other tasks.\n",
458458
"\n",
459-
"A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about user types [here](https://doc.arcgis.com/en/arcgis-online/reference/roles.htm).\n",
459+
"A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about the different values that `user_type` paramter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n",
460460
"\n",
461461
"\n",
462462
"Let us log in to an ArcGIS Enterprise and create some users:"
@@ -477,7 +477,7 @@
477477
" description = 'Demonstrating how to create users using ArcGIS Python API',\n",
478478
" role = 'org_user',\n",
479479
" level = 2,\n",
480-
" user_type = 'creator',\n",
480+
" user_type = 'creatorUT',\n",
481481
" provider = 'arcgis')"
482482
]
483483
},
@@ -1248,7 +1248,7 @@
12481248
"name": "python",
12491249
"nbconvert_exporter": "python",
12501250
"pygments_lexer": "ipython3",
1251-
"version": "3.8.2"
1251+
"version": "3.7.6"
12521252
}
12531253
},
12541254
"nbformat": 4,

0 commit comments

Comments
 (0)