pub(super) async fn existing_user( services: State, localpart: &str, ) -> Result<OwnedUserId>
Resolves a MAS localpart to an existing local user, rejecting an absent one with 404.
localpart
404