Dan Moore
Dan Moore
+1
Hi @JohnRSim , it is on our list of desired quickstarts. I know @alex-fusionauth did some looking at this, not sure how far he got.
Thanks for filing, I moved it to our issues repo because it affects all client libraries.
Is this the relevant comment? https://github.com/yarnpkg/yarn/issues/9005#issuecomment-1875844079
I believe this is the same as https://github.com/FusionAuth/fusionauth-typescript-client/issues/58 correct?
> I would expect those events to be in the tenant response if they were defined when the tenant was last updated. These events are instance wide, not set at...
I agree. We should error if you try to patch a tenant with these events. Would you mind filing an issue here: https://github.com/FusionAuth/fusionauth-issues/issues/ ?
Can you share the URL requested by both of these client library calls, please? (Via devtools or some other manner.)
Thanks! It looks like the get with multiple ids is not being handled correctly. From the doc: https://fusionauth.io/docs/v1/tech/apis/users/#search-for-users ``` GET /api/user/search?ids={uuid}&ids={uuid} ``` From your request: ``` ids=a585a1ec-f686-4187-84bf-827d3f7b254c%2C1c2e6953-bc48-465b-ba5a-65f9de1db81f%2Cce870517-ce71-46f3-b0f6-343acb17b91a' ``` which, url...
Thanks for the feedback @kamalkech ! I get that it might feel counter-intuitive, but it's actually an approached used by checkboxes all the time. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#handling_multiple_checkboxes for more.