hasWithID

abstract suspend fun hasWithID(uuid: String): Boolean

Check if a user with a given UUID exists.

Return

True if a user exists, false otherwise

Parameters

uuid

The UUID to check