Interface ReadUserRequestContext

All Superinterfaces:
ProvisioningRequestContext

public interface ReadUserRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a read user operation. It contains all the information needed to fulfill the request, e.g. user id.
Since:
7.1
  • Method Details

    • getUserId

      String getUserId()
      Get user id.
      Returns:
      The user id for the user to be retrieved.