Open raghavchouda-nbn opened 1 year ago
🎉 Thanks for opening your first issue here! Be sure to follow the issue template, and welcome to the community! 🙌
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":[]
}
For my reference, the ticket is IDNLANAI-8918
No update object for Roles, Accessprofiles and Entitlement objects under segments API
https://developer.sailpoint.com/idn/api/beta/patch-segment
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.