Skip to content

Commit f9e162f

Browse files
author
Atma Mani
authored
Merge pull request #705 from mohi9282/mohi9282-fix-create-users
Update accessing and managing users guide. Thanks @mohi9282 , looks good
2 parents c3899f9 + 0e4a111 commit f9e162f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@
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 the different values that `user_type` paramter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n",
460+
"\n",
461+
"\n",
459462
"Let us log in to an ArcGIS Enterprise and create some users:"
460463
]
461464
},
@@ -474,6 +477,7 @@
474477
" description = 'Demonstrating how to create users using ArcGIS Python API',\n",
475478
" role = 'org_user',\n",
476479
" level = 2,\n",
480+
" user_type = 'creatorUT',\n",
477481
" provider = 'arcgis')"
478482
]
479483
},
@@ -1244,7 +1248,7 @@
12441248
"name": "python",
12451249
"nbconvert_exporter": "python",
12461250
"pygments_lexer": "ipython3",
1247-
"version": "3.6.9"
1251+
"version": "3.7.6"
12481252
}
12491253
},
12501254
"nbformat": 4,

0 commit comments

Comments
 (0)