shubhamdipt / passbolt-python-api

An Api for passbolt in python
MIT License
12 stars 15 forks source link

Cannot list users by folder access since the has-access filter was closed for folders #16

Closed d3banjan closed 1 year ago

d3banjan commented 1 year ago

This commit resulted in an documented api feature whereby /users.json with filter[has-access]=>folder_id> could refer to folders and not just resources, was fixed.

Affected use: replace client.list_users(resource_or_folder_id=folder_id) has been replaced by client.list_users_with_folder_access(folder_id).

shubhamdipt commented 1 year ago

@d3banjan I believe the [release] Added logging to get the error messages from Passbolt commit message is misleading.