Skip to content

netiq-ps/netiq-idm-soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automating NetIQ Identity Applications via SOAP

Developer Tools and Examples

Links to the documentation can be found on identity-manager-developer.

Bash

Shell script with a set of bash functions that build the SOAP requests to perform common tasks using RBPM 4.5 role SOAP endpoints. Written by Fernando Freitas and initially published on NetIQ Cool Solutions.

Perl

Perl script to assign users to roles via SOAP based on a CSV file.

Python

Python script demonstrating the use of Zeep SOAP client module.