You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ApiListIdentityAccessItemsRequest struct is missing the limit, offset, and count parameters which causes sailpoint.Paginate to panic. You can see in the IDN UI and in Postman testing that the underlying API supports these parameters.
Without pagination the Beta.IdentityHistoryAPI.ListIdentityAccessItems method only returns the first 250 results.
The text was updated successfully, but these errors were encountered:
The
ApiListIdentityAccessItemsRequest
struct is missing thelimit
,offset
, andcount
parameters which causessailpoint.Paginate
to panic. You can see in the IDN UI and in Postman testing that the underlying API supports these parameters.Without pagination the
Beta.IdentityHistoryAPI.ListIdentityAccessItems
method only returns the first 250 results.The text was updated successfully, but these errors were encountered: