UserDetailsProvider

typealias UserDetailsProvider = suspend (userIds: List<String>) -> Result<List<UserDetails>>

User details provider