This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url https://api.userfront.com/v0/users/find \ | |
--header 'Accept: */*' \ | |
--header 'Content-Type: application/json' \ | |
--header 'Authorization: Bearer uf_test_readonly_demo1234_2d87b3d230bda5685276b43efdac2852' \ | |
--data '{"filters":{"conjunction":"and","filterGroups":[{"conjunction":"and","filters":[{"attr":"data.accountName","type":"string","comparison":"contains","value":"bob"}]}]}}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// As stored in state variable | |
facets = { | |
operator: 'AND', | |
filterGroups: [ | |
{ | |
operator: 'AND', | |
filters: [ | |
{ | |
attribute: 'name', | |
comparator: '$iLike', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Paste inside the <body> element --> | |
<noscript class="anmd"> | |
Please enable JavaScript to view all available content on this page. | |
<style>noscript.anmd{position:fixed;left:0;right:0;bottom:0;padding:20px;background:#d9edf7;}</style> | |
</noscript> |