developer.sailpoint.com icon indicating copy to clipboard operation
developer.sailpoint.com copied to clipboard

[Bug] Requesting changes to 'Update a Segment' (patch-segment)

Open raghavchouda-nbn opened this issue 2 years ago • 3 comments

No update object for Roles, Accessprofiles and Entitlement objects under segments API

https://developer.sailpoint.com/idn/api/beta/patch-segment image

image

There should be some object reference where Segments can be updated for Role . Entitlements & Access Profiles.

At present there is no way to add and remove access from the segments created in IdentityNow. The access objects attached in Segment are not modified via API. Which restricts Implementer to utilize segments as part of there projects because things can't be automated via API.

raghavchouda-nbn avatar Mar 10 '23 04:03 raghavchouda-nbn

🎉 Thanks for opening your first issue here! Be sure to follow the issue template, and welcome to the community! 🙌

codey-bot[bot] avatar Mar 10 '23 04:03 codey-bot[bot]

Thank you for reporting this @raghavchouda-nbn . There is a new beta endpoint for managing access in segments but it is not yet documented. I have opened a ticket to get these documented. In the meantime, please read below for the relevant details.

POST /beta/segments/{id}/change-assignments

Body:

{
  "assignments": [
    {
      "id": "2c918087801a074d01801e797a9d0f4f",
      "type": "ACCESS_PROFILE"}
    ],
    "removals":[]
}

colin-mckibben-sp avatar Jun 08 '23 15:06 colin-mckibben-sp

For my reference, the ticket is IDNLANAI-8918

colin-mckibben-sp avatar Jun 08 '23 15:06 colin-mckibben-sp