sailpoint

SailPoint IDN API and utils

The aim of this project is to allow for an easy and fast way to build python scripts for common implementation and administration tasks for SailPoint IdentityNow.

This project provides integration with the SailPoint IdentityNow APIs. In some cases the the cc, and v2 APIs have been used but as these have been deprecated by SailPoint and efforts are underway to move everything to use the v3, and beta APIs. A level of abstraction is provided which removes the need to call each of the lower level APIs calls, or know which particular API you need to call.

Documentation

Documentation as well as a Jupyter Notebook is available in the dist/docs directory of the source.

You can also find the documentation for the python module at: SailPoint GitHub Page

Examples on how to use the module can be found in the Jupyter Notebook, which can be run in Jupyter or Google Colab. Alternatively you can find the examples documented at Sailpoint Notebook Examples.

For full documentation about the IdentityNow API see https://developer.sailpoint.com/

Getting Started

Install the python module using pip:

pip install sailpoint-1.6-py3-none-any.whl

The wheel file can be found in the dist directory.

Note

This project has been set up using PyScaffold 4.4. For details and usage information on PyScaffold see https://pyscaffold.org/.