# getUser
abstract fun getUser(userId: String, projectId: String): User?
Retrieves a registered user from the user storage.
# Parameters
|
|
userId |
Identifier of the user. |
projectId |
Identifier of the project on the MIRACLTrust platform to which the user is linked. |