E
Right now, for the /licenses/ api, we are able to query by one metadata key and one metadata value.
Is it possible to query with multiple metadata keys and values? For example:
metadataKey = orgId
metadataValue = GuidA
AND
metadataKey = custId
metadataValue = GuidB
Thanks!