Reading User ID from API based on OData filter on email ID
I want to retrieve users without {id} using get API for users . Is it possible to use odata filters on email ID to retrieve user ID ? https://api.domo.com/v1/users/{id} I want to create or update users via API using program. If Get is unsuccessful then I will be calling POST otherwise PUT method .