1- # User Sync Tool from Adobe
1+ # user-sync.py: User Sync Tool from Adobe
22
3- The Adobe User Sync Tool is a command-line tool that moves user and group information from an organization's enterprise
4- directory system to the Adobe Admin Console. The key goals of the User Sync Tool are to streamline the process of
5- named user deployment and automate user management for all Adobe users and products.
3+ The User Sync Tool is a command-line tool that automates the creation and management of Adobe user accounts. It
4+ does this by reading user and group information from an organization's enterprise directory system or a file and
5+ then creating, updating, or removing user accounts in the Adobe Admin Console. The key goals of the User Sync
6+ Tool are to streamline the process of named user deployment and automate user management for all Adobe users and products.
7+
8+ This application is open source, maintained by Adobe, and distributed under the terms
9+ of the OSI-approved MIT license. See the LICENSE file for details.
10+
11+ Copyright (c) 2016-2017 Adobe Systems Incorporated.
612
713# Quick Links
814
@@ -11,26 +17,6 @@ named user deployment and automate user management for all Adobe users and produ
1117- [ Step-by-Step Setup] ( https://adobe-apiplatform.github.io/user-sync.py/success-guide/ )
1218- [ Non-Technical Overview] ( https://spark.adobe.com/page/E3hSsLq3G1iVz/ )
1319
14- # user-sync.py
15-
16- Application for synchronizing customer directories with the
17- Adobe Enterprise Admin Console via the
18- [ User Management API] ( https://www.adobe.io/products/usermanagement/docs/gettingstarted.html )
19- (aka UMAPI).
20-
21- This application is open source, maintained by Adobe, and distributed under the terms
22- of the OSI-approved MIT license. See the LICENSE file for details.
23-
24- Copyright (c) 2016-2017 Adobe Systems Incorporated.
25-
26- # Overview
27-
28- ` user-sync ` automates user creation and product entitlement
29- assignment in the Adobe Enterprise Admin Console.
30- It takes a list of enterprise directory users,
31- either from an LDAP connection or from a tab-separated file,
32- and creates, updates, or removes user accounts in the
33- Admin Console.
3420
3521# Requirements
3622
0 commit comments