Genpact Cora Knowledge Center

Support

Retrieve User Details

Use the API to retrieve a user's details.

  IObsService obsService = engine.GetServiceWithCheck<IObsService>();
    User user = obsService.GetUserByUserId(userId);
    return user.DisplayName;