1.26.1 - 2023-01-20
Added
sdk.watchlists.create()
now supports theCUSTOM
watchlist type, and acceptstitle
anddescription
keyword arguments (only applicable toCUSTOM
watchlist types).
Fixed
- Reverted
sdk.orgs.get_page()
method to use/v1/orgs
endpoint due to paging bug in/v3/orgs
endpoint.sdk.orgs.get_all()
has also been reverted accordingly. sdk.userriskprofile.get_by_username()
now uses a more efficient method to look up the userUid from the username for retrieving the User Risk Profile.