|
1 | | -# user-sync.py |
| 1 | +# user-sync.py: User Sync Tool from Adobe |
2 | 2 |
|
3 | | -Application for synchronizing customer directories with the |
4 | | -Adobe Enterprise Admin Console via the |
5 | | -[User Management API](https://www.adobe.io/products/usermanagement/docs/gettingstarted.html) |
6 | | -(aka UMAPI). |
| 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 | 7 |
|
8 | 8 | This application is open source, maintained by Adobe, and distributed under the terms |
9 | 9 | of the OSI-approved MIT license. See the LICENSE file for details. |
10 | 10 |
|
11 | 11 | Copyright (c) 2016-2017 Adobe Systems Incorporated. |
12 | 12 |
|
13 | | -# Overview |
| 13 | +# Quick Links |
| 14 | + |
| 15 | +- [User Sync Overview](https://www.adobe.io/apis/cloudplatform/usermanagement/docs/UserSyncTool.html) |
| 16 | +- [User Manual](https://adobe-apiplatform.github.io/user-sync.py/user-manual/) |
| 17 | +- [Step-by-Step Setup](https://adobe-apiplatform.github.io/user-sync.py/success-guide/) |
| 18 | +- [Non-Technical Overview](https://spark.adobe.com/page/E3hSsLq3G1iVz/) |
14 | 19 |
|
15 | | -`user-sync` automates user creation and product entitlement |
16 | | -assignment in the Adobe Enterprise Admin Console. |
17 | | -It takes a list of enterprise directory users, |
18 | | -either from an LDAP connection or from a tab-separated file, |
19 | | -and creates, updates, or removes user accounts in the |
20 | | -Admin Console. |
21 | 20 |
|
22 | 21 | # Requirements |
23 | 22 |
|
|
0 commit comments