Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raghavchouda-nbn opened this issue Mar 10, 2023 · 3 comments
Open

Comments

@raghavchouda-nbn
Copy link

raghavchouda-nbn commented Mar 10, 2023

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.

@codey-bot
Copy link

codey-bot bot commented Mar 10, 2023

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

@colin-mckibben-sp
Copy link
Contributor

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
Copy link
Contributor

For my reference, the ticket is IDNLANAI-8918

@jordan-violet-sp jordan-violet-sp changed the title [Bug] Your Bug Report Here Requesting changes to 'Update a Segment' (patch-segment) [Bug] Requesting changes to 'Update a Segment' (patch-segment) Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants