Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# user-sync.py
# user-sync.py: User Sync Tool from Adobe

Application for synchronizing customer directories with the
Adobe Enterprise Admin Console via the
[User Management API](https://www.adobe.io/products/usermanagement/docs/gettingstarted.html)
(aka UMAPI).
The User Sync Tool is a command-line tool that automates the creation and management of Adobe user accounts. It
does this by reading user and group information from an organization's enterprise directory system or a file and
then creating, updating, or removing user accounts in the Adobe Admin Console. The key goals of the User Sync
Tool are to streamline the process of named user deployment and automate user management for all Adobe users and products.

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

Copyright (c) 2016-2017 Adobe Systems Incorporated.

# Overview
# Quick Links

- [User Sync Overview](https://www.adobe.io/apis/cloudplatform/usermanagement/docs/UserSyncTool.html)
- [User Manual](https://adobe-apiplatform.github.io/user-sync.py/user-manual/)
- [Step-by-Step Setup](https://adobe-apiplatform.github.io/user-sync.py/success-guide/)
- [Non-Technical Overview](https://spark.adobe.com/page/E3hSsLq3G1iVz/)

`user-sync` automates user creation and product entitlement
assignment in the Adobe Enterprise Admin Console.
It takes a list of enterprise directory users,
either from an LDAP connection or from a tab-separated file,
and creates, updates, or removes user accounts in the
Admin Console.

# Requirements

Expand Down