get

suspend fun get(userId: String): User

Gets a user by ID.

Return

The User object.

Parameters

userId

The unique identifier of the user.