getProfile

abstract suspend fun getProfile(userId: UUID): ProfileInfo?

Retrieves the profile for the supplied userId from Xenos. The result includes the moment when the data was fetched from the Mojang API, so that stale data can be identified. If the player cannot be found, null will be returned. Whether profiles contain signatures can be configured within Xenos.