Routes modifying the org-user table did not check if the org existed first.
Previously used `param: int = Path()` this worked but was incorrect. Correct usage is `param: Annotated[int, Path()]`