-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c2d577
commit 99ea79b
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Table of Contents | ||
================= | ||
|
||
* [Table of Contents](#table-of-contents) | ||
* [Access Management Utility - Users](#access-management-utility---users) | ||
* [Utility Details](#utility-details) | ||
* [Requirements](#requirements) | ||
|
@@ -34,14 +33,14 @@ For both the operations, disabled/deleted user details are captured in the logs. | |
``` | ||
|
||
## Requirements | ||
* Mule Runtime 4.2.2 or above | ||
* Mule Runtime 4.4.0 or above | ||
* Anypoint Platform credentials - A Connected App (client credentials) with below scopes for the appropriate business groups | ||
* View Users in a particular organization | ||
* Edit users in an organization | ||
|
||
## Steps to configure the utility | ||
* Clone or download the project from GitHub ``` git clone [email protected]:mulesoft-catalyst/accessmgmt-users-utility.git ``` | ||
* Adjust below properties | ||
* Edit below properties | ||
```yaml | ||
platform: | ||
orgid: "<orgId>" | ||
|