Ashish Mittal
Results
2
issues of
Ashish Mittal
I am trying to use Zitadel APIs to create/update user within a org . I have created a project and then a API type application then created a key for...
I'm trying to recreate this query with squirrel: ``` SELECT c.userID, c.name, o.orderID FROM users as c join order as o ON c.userID = o.userID where orderID IN ('a', 'b');...