I am trying to manage IdentityNow access through Web service source and trying to figure out api using network tab.
To Add/remove access it is calling “POST https://atlassian-sb.api.identitynow.com/cc/api/user/updatePermissions” api with body shown in screenshot. Sharing request headers also.
@colin_mckibben Is this the recommended approach for managing IDN permissions via IDN? Just wondering if something like the IIQ Loopback connector will ever be baked directly into IDN?
There is an IDN loopback connector implemented as a Web Service source (similar to what Chirag is doing in this thread), but as of now you have to contact professional services to assist with the implementation. The /cc API listed above is currently the only API that can manage IDN user permissions, and it is the same endpoint the UI and the loopback connector uses. Our engineers are working on a V3 equivalent, but I don’t have an ETA on when that will be ready.
I don’t recommend using any /cc APIs in a production environment because they can change or disappear at anytime without notice.
Hi Chirag, Could you please help to provide the link where you find these cc APIs. Also did you get any other solution for managing permissions since this was not a reliable one?