Group API

The Group API provides system group management capabilities, namely APIs to manage groups on the ISIM service and groups on managed services. The APIs also provide search capabilities for these groups.

The IBM Security Identity Manager group API provides an interface for managing the groups on either the ISIM service or on other managed services. You can search, add, modify, or delete these groups. You can also add and remove users in a group on either the ISIM service or on a managed service..

For groups on the ISIM service, the API exists in the following classes:
  • com.ibm.itim.apps.system.SystemRoleManager
  • com.ibm.itim.apps.system.SystemRoleMO
  • com.ibm.itim.apps.system.SystemUserMO
For groups on a managed service, the API exists in the following classes:
  • com.ibm.itim.apps.provisioning.GroupManager
  • com.ibm.itim.apps.provisioning.GroupMO

Parent topic: Applications API