Use the API to retrieve a user's details.
  IObsService obsService = engine.GetServiceWithCheck<IObsService>();
    User user = obsService.GetUserByUserId(userId);
    return user.DisplayName;
	Genpact Cora Knowledge Center
SupportUse the API to retrieve a user's details.
  IObsService obsService = engine.GetServiceWithCheck<IObsService>();
    User user = obsService.GetUserByUserId(userId);
    return user.DisplayName;