When I update the attribute to True so its searchable I get a 200 and nothing gets updated?? I am seeing the Max Limit is 15 but when I turn them to False so I can set the True same deal I get the 200 but its not updating in the gui?
I think standard needs to be set to false as well
This updates an existing identity attribute. Making an attribute searchable requires that the
system
,standard
, andmulti
properties be set to false. A token with ORG_ADMIN authority is required to call this API.
Hello Tom,
I had similar issue while trying to make Identity attribute searchable. My issue was resolved by making standard property value to false. You should do the same and it will work for you as well.
Regards,
Santosh
 is because its locked on sailpoints end I was able to choose another attribute to false out so I could enable a true searchable attribute.
Thanks @TJ21, I was having a similar problem with “multi=true”. Tried to change it using vscode and API but neither worked.
I tried below and able to update ‘department’ attribute as searchable. I used beta API. Please check below screenshot
@mehuljogi Did you try searchable and other attribute as false and just multi-true?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.