public interface UserBaseInformationProvider
Modifier and Type | Method and Description |
---|---|
UserBaseInformationResponse |
getUserBaseInformation(String userId)
Get the base information for the user with id
userId . |
UserBaseInformationResponse getUserBaseInformation(String userId)
userId
.
If no base information exists return null
.
Never throw an exceptionuserId
- the id of the user for which the base information needs to be providednull