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
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.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦