-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug A clear and concise description of what the bug is.
Using Get-V2025AdministratorsAccessRequestStatus returns an error:
{ "error": "Experimental Header is missing or invalid." }
Method doesn't allow to set the experimental header, error:
Get-V2025AdministratorsAccessRequestStatus: A parameter cannot be found that matches parameter name 'XSailPointExperimental'.
To Reproduce Steps to reproduce the behavior:
- Go to a terminal from where PowerShell SDK can run successfully.
- Run the function "Get-V2025AdministratorsAccessRequestStatus"
- See error
Expected behavior A clear and concise description of what you expected to
happen.
An array of access requests should be returned from the function.
Actual behavior A clear and concise description of what actually happens.
An error is display:
{ "error": "Experimental Header is missing or invalid." }
Screenshots If applicable, add screenshots to help explain your problem.
Operating System (please complete the following information):
- OS: Mac OS Sequoia 15.5
- CLI Environment : Terminal
Browser (please complete the following information):
Additional context Add any other context about the problem here.