/local-user-store/api/v1/usersAsk AIget https://example.com/local-user-store/api/v1/usersGet users.Query ParamsoffsetintegerDefaults to 0Offset where to start fetching the itemslimitintegerDefaults to 50Number of items to returnusernamestringThe username of the useriduuidThe ID of the userHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-token-goes-hereOAuth2 tokenResponses 200Successful response, returns an array of users, returns an empty array if no users found 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 4 years ago