List all access profiles of an application

As i understand you will replace deprecated API Calls around /apps/ in the next months (??) as V2 and CC are not available anymore.
e.g.

What i am currently not finding any information on is, if there will be an replacement for:
/cc/api/app/getAccessProfiles/{app_id} to beeing able to list all access profiles for a certain application?

Thanks!

so no answer means „nothing planned“ i guess?

Is this the similar to what you are looking for: GET /api/v2/access-profiles/<id>

If not, I would assume that they are working on a replacement, but that it isn’t documented yet. Seeing as @colin_mckibben has handled most of the other comments on the API replacements, I would wait for him to chime in. He likely has been busy with the new year, and hadn’t see this post yet, or he (or another SP Employee) is still looking into it.

Sorry for missing this @sawo_bd . I am tracking down this endpoint now to see what the plan is for it. Once I have an answer, I’ll report back in this thread.

as i understand GET /api/v2/access-profiles/ does not provide the context of an app, but only of a source.

Problem: e.g. AD is a source for many applications, so i do not get the context of the app from the source.

You can use search to get all access profiles for specific application.

Query for same is : @apps(name.exact:“Blackline”)

This would give you all identities and access profile belonging to that app.

1 Like

This works also in the search api?

Api : https://atlassian-sb.api.identitynow.com/v3/search

body to be passed is

{"query":{"query":"@apps(name.exact:\"Blackline\")"},"indices":["accessprofiles"],"includeNested":false,"sort":["name"]}

There is also a direct replacement being worked on. You can track the status here.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.