Get all UsersAsk AIget https://api-wallet-sandbox.venly.io/api/usersThis endpoint retrieves all your users and their information.Query Paramspageint32The current page numbersizeint32The number of items per pagereferencestringFilter your users based on reference identifierincludeSigningMethodsbooleanDefaults to falseWhether to include signing method details in the responsetruefalseowneruuidFilter users by company owner using the company UUIDResponses 200All users retrieved successfully. 400Request validation failed (400) 401Authentication required or failed (401) 403User lacks required permissions (403) 404Resource not found (404) 405HTTP method not supported (405) 415Request body is not valid JSON or wrong media type (415) 500Unexpected server error (500)Updated 5 months ago