-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug A clear and concise description of what the bug is.
Im using python SDK https://developer.sailpoint.com/docs/api/v2024/list-entitlements-by-identity/
list-entitlements-by-identity enpoint is giving below null object reference. I have entitlements assigned to my id. FYI. Role assignment api is working.
{
"objectRef": null,
"tags": null
}
{
"objectRef": null,
"tags": null
}
To Reproduce Steps to reproduce the behavior:
Call the python sdk list-entitlements-by-identity endpoint as described - https://developer.sailpoint.com/docs/api/v2024/list-entitlements-by-identity/
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to
happen.
Actual behavior A clear and concise description of what actually happens.
Screenshots If applicable, add screenshots to help explain your problem.
Operating System (please complete the following information):
- OS: [e.g. Windows 10 19044.1889, Ubuntu 18.04, Mac OS Monterey 12.4]
- CLI Environment [e.g. Command Prompt, Powershell, Terminal]
- Version [e.g. 1.04]
Browser (please complete the following information):
- Browser: [e.g. Chrome, Firefox, Brave, Safari]
- Version [e.g. 1.04]
Additional context Add any other context about the problem here.