Skip to content

Commit 485de34

Browse files
authored
Merge pull request #157 from adobe-apiplatform/phil-levy-readme-patch-1
Update README.md
2 parents efd7c7e + 97b8763 commit 485de34

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
# user-sync.py
1+
# user-sync.py: User Sync Tool from Adobe
22

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.
77

88
This application is open source, maintained by Adobe, and distributed under the terms
99
of the OSI-approved MIT license. See the LICENSE file for details.
1010

1111
Copyright (c) 2016-2017 Adobe Systems Incorporated.
1212

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/)
1419

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.
2120

2221
# Requirements
2322

0 commit comments

Comments
 (0)