03/19/2023 11:09 PM
We were using /createrequest API to add/remove all type of roles from user on Saviynt version 5.5SP3.06, recently we had an upgrade to 5.5SP3.13 and this API started to fail with error "Invalid role found in request.." while trying to request Application role.
03/20/2023 01:10 AM
The API should work in the new version too. Can you share the JSON you are sending while invoking the API?
03/20/2023 09:45 AM
03/20/2023 11:30 AM
Are you seeing any errors in log? Also can you check if the role is active?
03/20/2023 09:19 PM
@Anurag did you first try invoking Get Role Details to fetch the details?
I believe you need to pass the numeric value for Role Type.
Can you try this :
05/23/2023 09:56 AM
@prachi , is your application role API issue resolved? I am facing similar issue. If resolved, could you please share the details.