Adding/Removing IdentityNow Permissions

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.


Somehow I am not able to make same api work in postman and it is giving 403. Anyone had success.

I remember these apis were working earlier but not sure what went wrong.

@colin_mckibben in case you know anything.

Sharing screenshots from postman also if those help.


Tried form data also.

Looks like you have a small typo. It should be updatePermissions, but you have the singular form.

shame GIF
I knew it was working earlier , Thanks @colin_mckibben , appreciate quick response.

1 Like

@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.

1 Like

Appreciate the info!

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?

Thanks,
Rooppreet

Welcome to the developer community @Rooppreet .

This is probably what you’re looking for: Assign IdentityNow Admin roles via API - #4 by christina_gagnon

1 Like

You can get it from Network tab of your browser while performing those actions from UI.
No other solution as of now, we are using this one only.