Get all users with specific attributes

Hello,
I want to get all users that have a specific attribute (pii data access) available. I am using python.
I have gotten all attributes and found the correct id.

user_attr = sdk.all_user_attributes()

Now I also want to see all users that have this attribute set to true.
I know I can check all groups that have a user with this specific attribute
sdk.all_user_attribute_group_values('25') 
but I need to find the list of users.
0 1 76
1 REPLY 1

Is there really no one who could help me get a list of users with a specific attribute?
What about then a list of users in specific group, but just the name/email. Not all the other fields?