get

abstract suspend fun get(id: UUID): User?

Retrieves a user by their unique identifier.

Return

The user associated with the specified identifier, or null if not found.

Parameters

id

The unique identifier of the user.