All users with their user properties

Is it possible to get a list of all users with their user properties included with JIRA Cloud REST API?

I can get all users (of signifigance) with https://.atlassian.net/rest/api/3/group/member?groupname= but this does not include user properties.

I can get the needed user property for a specific user with https://.atlassian.net/rest/api/3/user/properties/?username= but this only gives me the property for one user.

Can you somehow use a wildcard for username/accountid/key with a properties query (so as to get the user property for all users)? Or can you include the user property with a list of all users?