Trouble creating custom sanitization function for user list dropdown

If you want to validate the data then you’ll have to try retrieve user via ID.

To only sanitize ID since it’s numeric is enough to cast it as integer, absint() will work fine as a callback.