Marketplace
Bulk update assigned services for IDMC user groups

Bulk update assigned services for IDMC user groups

Posted by: Informatica Success Portal

A command line utility to assign/unassign services for an IDMC user group or groups in an organization.

Overview

when run for a particular group ID
  • Currently there’s no public API to perform a bulk assign/unassign of services at the group level.
  • The only way is manually through the UI 
  • This tool will bridge the gap until a public rest API will be made available in the product.

Commands:

  • Run the following command with mentioned parameters 
    AGENT_HOME/jdk/bin/java -jar ChangeAssignedServicesForGroups.jar <region> <pod> <LOGIN_USER_SESSION> <orgId> <allowedProductsList> <deniedProductsList>

  • Example tool execution: If you want to disable Claire GPT service, example command would be as follows: 
     AGENT_HOME/jdk/bin/java -jar ChangeAssignedServicesForGroups.jar na1 dm-us userSession OrgId [] [clairegpt.core]

Features

  • Disable assigned services for all the group ids in the org
  • Disable assigned service for a particular group based on the “group ID” for the entered org.
  • If you want to perform action for every group in the org, type “all” to perform the change for all the groups in the org.
  • Service Code name for each product is shared in the attachment.

Support

For technical issues persisting after using the tool, please contact Informatica Global Customer Support.