getUser

abstract fun getUser(userId: String, projectId: String): UserDto?

Retrieves a registered user from the user storage.

Parameters

userId

The identifier of the user.

projectId

The unique identifier of the MIRACL Trust project associated with the user.