Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
In this article, you will learn how to associate Access Control Level with a custom user in Integration Server. Using Access Control List (ACL) for the service or any other resource Integration Server determines whether the client is to be granted access to the service. If the ACL indicates that the client is allowed to access the service, the server continues with the execution of the service.
Bring up your Integration Server.
1.Open the Integration Server Administrator if it is not already open.
2. In the Security menu of the Navigation panel, click User Management.
3. Click Add and Remove Groups and provide relevant information.
Click Create Groups.
3. Click Add and Remove Users and provide relevant information.
Click Create Users.
Now add User to Group created above by selecting it and clicking on Left shift Arrow button.
Click on Save Changes.
1. Open the Integration Server Administrator if it is not already open.
2. In the Security menu of the Navigation panel, click ACL’s.
3. Click Add and Remove ACLs.
Click Create ACLs.
Then In ACL Membership select your ACL, Click on Add Button and select your group.
Click on Save changes. Now ACL is associate with a particular user via a Group.
The requests and responses are described in a Swagger JSON document. Please check here - https://documentation.softwareag.com/webmethods/integration_server/pie10-15/webhelp/pie-webhelp/pie-webhelp/to-admin_api_2.html# the API for this is GET /admin/swagger/integrationServer
-NP
Thanks for the info. but the documentation doesn’t give expected JSON for post methods. Is it mentioned some where else
Please take a look at the Administrator API at Integration Server Administrator API Operations There are REST APIs to create user in a group and associate the group with an ACL.
Any script to do this automatically ?