Finding the members for a Location

How can I find the members associated with a Location? I've looked at the Locations API don't see any method, looked at Users API to come at it from the other direction and don't see any method to find what Locations a User is associated with.

Thanks

GET /api/v2/users/{userid}/profile?expand=locations

GET /api/v2/users?expand=locations

Thank you! Missed that