Anaplan Connect and SCIM API

Options

Hello,

I'd like to use Anaplan Connect to get user informations through the SCIM API.

Is it possible ? If yes, how to do It please ?

Regards

Best Answer

  • M.Kierepka
    Answer ✓
    Options

    Hi @FaresBouzaiane,

    Unfortunately, Anaplan Connect doesn't support SCIM API - it only supports Bulk and Transactional APIs (+Authentication API to be able to access the system). So it's not currently possible, and I assume it's not planned for the future, as SCIM API is meant more for identity management systems and enterprise applications, with flows too complicated and sensitive for Anaplan Connect.

    However, as Anaplan Connect library is open source ( https://github.com/anaplaninc/anaplan-java-client ), you can expand it and add the required functionalities, utilizing already existing functionalities like authentication, logging, error handling etc.