Continuing the discussion from Listing users with metadata filter:
Hello,
I’m trying to list users based on their metadata.
For example, can I list users only containing specific key/value pair in their metadata?
I see tags
filter as below, but no metadata related interface from the doc here .
UsersRequest.UsersRequestBuilder()
.set(tags: ["tag1", "tag2"])
Thank you.