One more post later and I figured it out. The term is called a “route parameter” and the parameter needs to match the database field name.
If I wanted to use the ID field in the User table, then my route needs to be /user:id and then select the id in the link.
