post https://api.userfront.com/v0/tenants//users/find
Same functionality as GET /users, but params can be provided in the payload body instead of query string.
Log in to see full request history
Response
Same functionality as GET /users, but params can be provided in the payload body instead of query string.
xxxxxxxxxx
curl --request POST \
--url https://api.userfront.com/v0/tenants/tenantId/users/find \
--header 'accept: */*' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: